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 039c6e6 commit a476e1cCopy full SHA for a476e1c
.github/workflows/heretto-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