Switch back to app token

This commit is contained in:
Gavin John 2026-01-29 18:35:26 -08:00 committed by GitHub
parent b9a8987fea
commit 97fccf1ec0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -42,7 +42,7 @@ jobs:
GITHUB_TOKEN: ${{ steps.get_workflow_token.outputs.token }} GITHUB_TOKEN: ${{ steps.get_workflow_token.outputs.token }}
- uses: CasperWA/push-protected@74d25b8aa10e0c29024138735d32f3c0b75f9279 # v2 - uses: CasperWA/push-protected@74d25b8aa10e0c29024138735d32f3c0b75f9279 # v2
with: with:
token: ${{ secrets.API_TOKEN_GITHUB }} token: ${{ steps.get_workflow_token.outputs.token }}
branch: ${{ github.event.repository.default_branch }} branch: ${{ github.event.repository.default_branch }}
- name: Dispatch NUR-combined update - name: Dispatch NUR-combined update
uses: peter-evans/repository-dispatch@28959ce8df70de7be546dd1250a005dd32156697 # v4 uses: peter-evans/repository-dispatch@28959ce8df70de7be546dd1250a005dd32156697 # v4