ci: expose github api keys

This commit is contained in:
Jörg Thalheim 2020-11-29 18:01:38 +01:00
parent ec1d8e0985
commit 943f84be5a
No known key found for this signature in database
GPG key ID: 003F2096411B5F92

View file

@ -17,5 +17,9 @@ jobs:
nix_path: nixpkgs=channel:nixos-unstable
- name: update nur / nur-combined
run: ./ci/update-nur.sh
with:
github-key: '${{ secrets.API_TOKEN_GITHUB }}'
- name: update nur-search/data/packages.json
run: ./ci/update-nur-search.sh
with:
github-key: '${{ secrets.API_TOKEN_GITHUB }}'