We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88acbbf commit 1db96faCopy full SHA for 1db96fa
.github/workflows/update-bookmarks.yml
@@ -35,7 +35,7 @@ jobs:
35
if: steps.git-check.outputs.changes == 'true'
36
uses: peter-evans/create-pull-request@v5
37
with:
38
- token: ${{ secrets.GITHUB_TOKEN }}
+ token: ${{ secrets.GH_TOKEN }}
39
commit-message: 'chore: daily JSON update'
40
branch: daily-json-update
41
delete-branch: true
0 commit comments