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 4a1cfc0 commit 636cee3Copy full SHA for 636cee3
.github/workflows/update-timestamps.yml
@@ -121,3 +121,5 @@ jobs:
121
- name: Create PR
122
if: steps.pr-check.outputs.pr_exists
123
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