Skip to content

Commit

Permalink
chore: change approve label gh token (#7106)
Browse files Browse the repository at this point in the history
(cherry picked from commit df1f50f)
  • Loading branch information
JashBook committed Aug 15, 2024
1 parent cd3907e commit 7cb0d29
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pull-request-label-approve.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
types: [ opened, synchronize, reopened ]

env:
GH_TOKEN: ${{ github.token }}
GH_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}

jobs:
approve-label:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull-request-review.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
types: [submitted]

env:
GH_TOKEN: ${{ github.token }}
GH_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}

jobs:
approve-label:
Expand Down

0 comments on commit 7cb0d29

Please sign in to comment.