We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c24239a commit 90b4c9cCopy full SHA for 90b4c9c
.github/workflows/deploy.yml
@@ -31,5 +31,5 @@ jobs:
31
git add adresse.png
32
git commit -m "Deploy fresh adresse.png"
33
git branch -M gh-pages
34
- git remote add origin https://github.com/${{ github.repository }}
+ git remote add origin https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }}
35
git push --force origin gh-pages
0 commit comments