Skip to content

Commit

Permalink
ci: update GitHub Pages deployment to use GitHub App token for push
Browse files Browse the repository at this point in the history
  • Loading branch information
raffaele-oplabs committed Dec 23, 2024
1 parent 0439b23 commit 21ffb3e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,7 @@ jobs:
# Commit and push
git add .
git commit -m "Deploy to GitHub Pages [skip ci]"
# git push origin ${pages_branch} --force
git -c "http.extraheader=Authorization: Bearer ${GITHUB_APP_TOKEN}" push origin ${pages_branch} --force
docker-release:
environment:
Expand Down

0 comments on commit 21ffb3e

Please sign in to comment.