Skip to content

Commit

Permalink
fix: add PAT token to git push command in CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mohsen1 committed Jan 19, 2025
1 parent 3bb61ce commit 4ba8a0c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -230,4 +230,5 @@ jobs:
-m "$BODO_COMMIT_MESSAGE" \
-m "" \
-m "https://github.com/bodo-run/yek/commit/$COMMIT_SHA"
git remote set-url origin https://${{ secrets.PAT_TOKEN }}@github.com/bodo-run/bodo-run.github.io.git
git push

0 comments on commit 4ba8a0c

Please sign in to comment.