Skip to content
This repository has been archived by the owner on Feb 4, 2024. It is now read-only.

Commit

Permalink
update git push username
Browse files Browse the repository at this point in the history
  • Loading branch information
wbglaeser committed Oct 18, 2023
1 parent 0b4e13f commit babd273
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ckg-site_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ jobs:
git add _site/ -f
git commit -m "Deploy to GitHub Pages"
echo "Using token: ${{ secrets.GH_PAT }} | head -c 5"
git push https://${{ secrets.GH_PAT }}@github.com/Citizen-Knowledge-Graph/ckg-site.git HEAD:gh-pages --force
git push https://wbglaeser:${{ secrets.GH_PAT }}@github.com/Citizen-Knowledge-Graph/ckg-site.git HEAD:gh-pages --force

0 comments on commit babd273

Please sign in to comment.