From 21ffb3e8b4ca3a8099a08ff0139c30a6a9295b80 Mon Sep 17 00:00:00 2001 From: raffaele-oplabs Date: Mon, 23 Dec 2024 21:58:21 +0100 Subject: [PATCH] ci: update GitHub Pages deployment to use GitHub App token for push --- .circleci/config.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index da8bd190f9..78f400ab97 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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: