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 3e6b2cf commit b8581baCopy full SHA for b8581ba
.github/workflows/update-timestamps.yml
@@ -159,6 +159,8 @@ jobs:
159
run: |
160
PR_NUMBER=$(gh pr list --head auto/bump-timestamps --state open --json number --jq .[0].number)
161
echo "pr_number=$PR_NUMBER" >> "$GITHUB_OUTPUT"
162
+ env:
163
+ GH_TOKEN: ${{ github.token }}
164
165
- name: Comment CI status
166
uses: thollander/actions-comment-pull-request@v1
0 commit comments