Skip to content

Commit

Permalink
fix: auto approve doesn’t have correct token
Browse files Browse the repository at this point in the history
  • Loading branch information
hanspagel committed Jun 21, 2024
1 parent d2e2229 commit fa10d65
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/auto-approve.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,5 @@ jobs:
run: echo "$GITHUB_CONTEXT"
- uses: hmarr/auto-approve-action@v4
if: github.actor == 'hanspagel' && github.head_ref == 'changeset-release/main'
env:
GH_TOKEN: ${{ secrets.GH_PERSONAL_ACCESS_TOKEN }}

0 comments on commit fa10d65

Please sign in to comment.