Skip to content

Commit

Permalink
Pass token as env variable
Browse files Browse the repository at this point in the history
  • Loading branch information
malywut authored Dec 22, 2024
1 parent 13eba87 commit c060011
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/generate-site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ jobs:
- name: Generate HTML
run: python generate_site.py
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Upload artifact
uses: actions/upload-pages-artifact@v2
Expand Down

0 comments on commit c060011

Please sign in to comment.