ci: fix api token passing
This commit is contained in:
parent
943f84be5a
commit
4f7f115d06
1 changed files with 4 additions and 4 deletions
8
.github/workflows/update.yml
vendored
8
.github/workflows/update.yml
vendored
|
|
@ -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 }}'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue