Skip to content

Commit 039c6e6

Browse files
Update archive-reminder.yml
Changed `MY_TOKEN` to `GITHUB_TOKEN`.
1 parent c577209 commit 039c6e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/archive-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)