Skip to content

Commit 636cee3

Browse files
committed
added gh token
1 parent 4a1cfc0 commit 636cee3

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
@@ -121,3 +121,5 @@ jobs:
121121
- name: Create PR
122122
if: steps.pr-check.outputs.pr_exists
123123
run: gh pr create --title "[Auto] Bump repo timestamps to latest" --base main --head auto/bump-timestamps
124+
env:
125+
GH_TOKEN: ${{ github.token }}

0 commit comments

Comments
 (0)