Merge pull request #1072 from nix-community/Pandapip1-patch-3
Switch to non-app token, might fix issue
This commit is contained in:
commit
8efc2eb833
1 changed files with 1 additions and 1 deletions
2
.github/workflows/update.yml
vendored
2
.github/workflows/update.yml
vendored
|
|
@ -42,7 +42,7 @@ jobs:
|
|||
GITHUB_TOKEN: ${{ steps.get_workflow_token.outputs.token }}
|
||||
- uses: CasperWA/push-protected@74d25b8aa10e0c29024138735d32f3c0b75f9279 # v2
|
||||
with:
|
||||
token: ${{ steps.get_workflow_token.outputs.token }}
|
||||
token: '${{ secrets.PANDAPIPBOT_TOKEN }}'
|
||||
branch: ${{ github.event.repository.default_branch }}
|
||||
- name: Dispatch NUR-combined update
|
||||
uses: peter-evans/repository-dispatch@28959ce8df70de7be546dd1250a005dd32156697 # v4
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue