Skip to content

Commit 09e3acc

Browse files
committed
fix(ci): change GITHUB_TOKEN to GH_PAT
1 parent a05558e commit 09e3acc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@ jobs:
2121
generate-docs: "true"
2222

2323
env:
24-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
24+
GITHUB_TOKEN: ${{ secrets.GH_PAT }}
2525

2626
- name: Create PR for Documentation
2727
id: push_image_info
2828
env:
29-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
29+
GITHUB_TOKEN: ${{ secrets.GH_PAT }}
3030
run: |
3131
set -e
3232
echo "Start."

0 commit comments

Comments
 (0)