Skip to content

Commit

Permalink
Update label-on-approval.yml (#615)
Browse files Browse the repository at this point in the history
  • Loading branch information
mxsm authored Jun 15, 2024
1 parent 50b2e98 commit 7f360eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/label-on-approval.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
id: check_approval
uses: actions/github-script@v7
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
GITHUB_TOKEN: "${{ secrets.PAT }}"
with:
github-token: ${{ env.GITHUB_TOKEN }}
script: |
Expand Down

0 comments on commit 7f360eb

Please sign in to comment.