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 6d25819 commit 957c3fe
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,10 @@ jobs:
run: |
python scraper.py
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
uses: JamesIves/github-pages[email protected]
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: [email protected]

0 comments on commit 957c3fe

Please sign in to comment.