Skip to content

Commit b8581ba

Browse files
committed
missing token
1 parent 3e6b2cf commit b8581ba

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/update-timestamps.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,8 @@ jobs:
159159
run: |
160160
PR_NUMBER=$(gh pr list --head auto/bump-timestamps --state open --json number --jq .[0].number)
161161
echo "pr_number=$PR_NUMBER" >> "$GITHUB_OUTPUT"
162+
env:
163+
GH_TOKEN: ${{ github.token }}
162164

163165
- name: Comment CI status
164166
uses: thollander/actions-comment-pull-request@v1

0 commit comments

Comments
 (0)