Skip to content

Commit 792f11e

Browse files
committed
CI: fix deploy to gh-pages branch
The `GITHUB_SECRETS` usage was causing a permissions issue, and it seems no longer necessary.
1 parent 0ddf4f9 commit 792f11e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pages.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -124,5 +124,5 @@ jobs:
124124
- name: 'Push changes'
125125
if: success()
126126
run: |
127-
git push "https://$GITHUB_ACTOR:$GITHUB_TOKEN@github.com/${{ github.repository }}.git"
127+
git push origin gh-pages
128128
timeout-minutes: 10

0 commit comments

Comments
 (0)