Skip to content

Commit

Permalink
fix github token
Browse files Browse the repository at this point in the history
  • Loading branch information
brunodasilvalenga committed Oct 18, 2022
1 parent d063e6a commit 19aaf4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
uses: actions/checkout@v2
- name: Run python code and generate html file
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.PUBLIC_REPO_ACCESS_TOKEN }}
PAGE_DATA_COUNT: 5
run: |
pip3 install PyGithub
Expand Down

0 comments on commit 19aaf4f

Please sign in to comment.