Skip to content

Commit 90b4c9c

Browse files
authored
Update deploy.yml
1 parent c24239a commit 90b4c9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@ jobs:
3131
git add adresse.png
3232
git commit -m "Deploy fresh adresse.png"
3333
git branch -M gh-pages
34-
git remote add origin https://github.com/${{ github.repository }}
34+
git remote add origin https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }}
3535
git push --force origin gh-pages

0 commit comments

Comments
 (0)