Skip to content

Commit b7012af

Browse files
committed
chore(ci): switch to GITHUB_TOKEN
1 parent 9f490db commit b7012af

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Create PR for Documentation
2626
id: push_image_info
2727
env:
28-
GITHUB_TOKEN: ${{ secrets.GH_PAT }}
28+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2929
run: |
3030
set -e
3131
echo "Start."

0 commit comments

Comments
 (0)