From 503a7cdf5a438b5a7ac29e7152326a4ba9de363a Mon Sep 17 00:00:00 2001 From: Andy Lulham Date: Tue, 19 Oct 2021 21:49:25 +0100 Subject: [PATCH] Use codeforIATIbot token --- .github/workflows/action.yml | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/.github/workflows/action.yml b/.github/workflows/action.yml index 09eb95781b6..cbe9c725730 100644 --- a/.github/workflows/action.yml +++ b/.github/workflows/action.yml @@ -30,8 +30,11 @@ jobs: CONNECT_USERNAME: ${{ secrets.CONNECT_USERNAME }} CONNECT_PASS: ${{ secrets.CONNECT_PASS }} - name: Deploy - uses: peaceiris/actions-gh-pages@v3 + uses: JamesIves/github-pages-deploy-action@4.1.5 with: - github_token: ${{ secrets.GITHUB_TOKEN }} - enable_jekyll: true - force_orphan: true + branch: gh-pages + folder: public + single-commit: true + token: ${{ secrets.GH_TOKEN }} + git-config-name: Code for IATI bot + git-config-email: 57559326+codeforIATIbot@users.noreply.github.com