Skip to content

Commit

Permalink
fix: rename secrent to GH_API_TOKEN (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
gmenoiaa authored Sep 18, 2024
1 parent 3b08ce7 commit c8a2e76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@ jobs:
- name: Automerge
uses: pascalgn/automerge-action@v0.15.3
env:
GITHUB_TOKEN: '${{ secrets.GH_PERSONAL_TOKEN }}'
GITHUB_TOKEN: '${{ secrets.GH_API_TOKEN }}'
MERGE_LABELS: ''
MERGE_METHOD: squash

0 comments on commit c8a2e76

Please sign in to comment.