Switch API keys for update jobs
This commit is contained in:
parent
f5c23adb0c
commit
f2ae4c0afc
1 changed files with 2 additions and 2 deletions
4
.github/workflows/update.yml
vendored
4
.github/workflows/update.yml
vendored
|
|
@ -87,7 +87,7 @@ jobs:
|
|||
with:
|
||||
directory: "./nur-combined"
|
||||
repository: nix-community/nur-combined
|
||||
github_token: ${{ steps.get_workflow_token.outputs.token }}
|
||||
github_token: ${{ secrets.API_TOKEN_GITHUB }}
|
||||
branch: master
|
||||
|
||||
|
||||
|
|
@ -137,5 +137,5 @@ jobs:
|
|||
with:
|
||||
directory: "./nur-search"
|
||||
repository: nix-community/nur-search
|
||||
github_token: ${{ steps.get_workflow_token.outputs.token }}
|
||||
github_token: ${{ secrets.API_TOKEN_GITHUB }}
|
||||
branch: master
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue