Skip to content

Commit 82719fc

Browse files
committed
fixed missing token in PR check
1 parent 0c3ea76 commit 82719fc

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
@@ -125,6 +125,8 @@ jobs:
125125
gh pr list --json headRefName --jq '.[].headRefName' | grep auto/bump-timestamps
126126
PR_EXISTS=$?
127127
echo "pr_exists=$PR_EXISTS" >> "$GITHUB_OUTPUT"
128+
env:
129+
GH_TOKEN: ${{ github.token }}
128130

129131
- name: Create PR
130132
if: steps.pr-check.outputs.pr_exists == '0'

0 commit comments

Comments
 (0)