Skip to content

Commit

Permalink
fix(ci): using service account token (#636)
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaMilosa authored Jul 17, 2024
1 parent ab60bd5 commit 9e3a81e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pull-request-update.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ jobs:
uses: castastrophe/actions-pr-auto-update@v1.1.0
with:
# defaults to github.token
token: ${{ secrets.GITHUB_TOKEN }}
token: ${{ secrets.GIX_CREATE_PR_PAT }}
include_drafts: true

0 comments on commit 9e3a81e

Please sign in to comment.