ci: fix api token passing

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

View file

@ -17,9 +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 }}'
env:
API_TOKEN_GITHUB: '${{ secrets.API_TOKEN_GITHUB }}'
- name: update nur-search/data/packages.json
run: ./ci/update-nur-search.sh
with:
github-key: '${{ secrets.API_TOKEN_GITHUB }}'
env:
API_TOKEN_GITHUB: '${{ secrets.API_TOKEN_GITHUB }}'