Skip to content

Commit

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

0 comments on commit 362c66c

Please sign in to comment.