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