We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c577209 commit 039c6e6Copy full SHA for 039c6e6
.github/workflows/archive-reminder.yml
@@ -20,7 +20,7 @@ jobs:
20
- name: Add PR Comment
21
uses: actions/github-script@v6
22
with:
23
- github-token: ${{ secrets.MY_TOKEN }}
+ github-token: ${{ secrets.GITHUB_TOKEN }}
24
script: |
25
const { owner, repo, number } = context.issue;
26
const pr = await github.rest.pulls.get({
0 commit comments