Skip to content

Commit

Permalink
Use codeforIATIbot token
Browse files Browse the repository at this point in the history
  • Loading branch information
andylolz committed Oct 19, 2021
1 parent f4a55cc commit 503a7cd
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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[email protected]
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: [email protected]

0 comments on commit 503a7cd

Please sign in to comment.