Skip to content

Commit

Permalink
fix(workflows): update GH token
Browse files Browse the repository at this point in the history
  • Loading branch information
julien-deramond authored Jul 26, 2023
1 parent 62de233 commit 571814d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-pr-desc-links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
)"
gh api --method PATCH /repos/$OWNER/$REPO/pulls/$PR_NUMBER -f body="$PR_UPDATED_BODY"
env:
GITHUB_TOKEN: ${{ secrets.YOUR_TOKEN }}
GITHUB_TOKEN: ${{ secrets.BOOSTED_MOD_PERSONAL_TOKEN_CLASSIC }}
OWNER: ${{ github.repository_owner }}
REPO: ${{ github.event.repository.name }}
PR_NUMBER: ${{ github.event.number }}

0 comments on commit 571814d

Please sign in to comment.