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 d9443db commit cc8387bCopy full SHA for cc8387b
.github/workflows/pr_commands_comment.yml
@@ -78,7 +78,7 @@ jobs:
78
- name: 'Leave comment with package make command instructions'
79
env:
80
PR_NUMBER: ${{ inputs.pull_request_number }}
81
- GITHUB_TOKEN: ${{ secrets.STDLIB_BOT_PAT_REPO_WRITE }}
+ GITHUB_TOKEN: ${{ secrets.STDLIB_BOT_GITHUB_TOKEN }}
82
run: |
83
. "$GITHUB_WORKSPACE/.github/workflows/scripts/package_commands_comment" "$PR_NUMBER"
84
timeout-minutes: 30
0 commit comments