From 957c3fe7cea97c0ac9b6a59956a02086af9ccbd2 Mon Sep 17 00:00:00 2001 From: Andy Lulham Date: Tue, 19 Oct 2021 22:01:32 +0100 Subject: [PATCH] Use codeforIATIbot token --- .github/workflows/action.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.github/workflows/action.yml b/.github/workflows/action.yml index 3511512..0d3f461 100644 --- a/.github/workflows/action.yml +++ b/.github/workflows/action.yml @@ -26,7 +26,10 @@ jobs: run: | python scraper.py - name: Deploy - uses: peaceiris/actions-gh-pages@v3 + uses: JamesIves/github-pages-deploy-action@4.1.5 with: - github_token: ${{ secrets.GITHUB_TOKEN }} - publish_dir: ./output + branch: gh-pages + folder: output + token: ${{ secrets.GH_TOKEN }} + git-config-name: Code for IATI bot + git-config-email: 57559326+codeforIATIbot@users.noreply.github.com