Skip to content

Commit a476e1c

Browse files
Changed MY_TOKEN to GITHUB_TOKEN.
1 parent 039c6e6 commit a476e1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/heretto-reminder.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Add PR Comment
2121
uses: actions/github-script@v6
2222
with:
23-
github-token: ${{ secrets.MY_TOKEN }}
23+
github-token: ${{ secrets.GITHUB_TOKEN }}
2424
script: |
2525
const { owner, repo, number } = context.issue;
2626
const pr = await github.rest.pulls.get({

0 commit comments

Comments
 (0)