Skip to content

Commit

Permalink
Merge pull request #2335 from szarnyasg/ci-fix-token-name
Browse files Browse the repository at this point in the history
CI: Fix token name in update docs job
  • Loading branch information
szarnyasg authored Feb 27, 2024
2 parents 269577a + c917967 commit ae1772e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@ jobs:
COMMIT_EMAIL: "[email protected]"
PR_BRANCH_NAME: "chore-update-docs-${PR_ID}"
PR_TITLE: "chore: auto update docs"
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GH_UPDATE_DOCS_TOKEN }}

0 comments on commit ae1772e

Please sign in to comment.