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

Lines changed: 1 addition & 1 deletion
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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy