Skip to content

Commit

Permalink
Update readme-generator workflow to use GITHUB_TOKEN instead of PERSO…
Browse files Browse the repository at this point in the history
…NAL_TOKEN
  • Loading branch information
dragonfire1119 committed May 2, 2024
1 parent 2b316e9 commit 2e3d18f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/readme-generator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Label this PR as "automerge"
uses: actions/github-script@v7
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
github-token: ${{ secrets.PERSONAL_TOKEN }}
script: |
const pullNumber = ${{ steps.create-pr.outputs.pull-request-number }};
if (pullNumber) {
Expand Down

0 comments on commit 2e3d18f

Please sign in to comment.