We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 462a63a commit f6baf1dCopy full SHA for f6baf1d
.github/workflows/release-notes-reminder.yml
@@ -17,5 +17,5 @@ jobs:
17
- name: Prompt to add release notes
18
uses: docker://ghcr.io/ponylang/release-notes-reminder-bot-action:0.1.1
19
env:
20
- API_CREDENTIALS: ${{ secrets.GITHUB_ACTOR }}
+ API_CREDENTIALS: ${{ secrets.ISSUES_TOKEN }}
21
0 commit comments