Skip to content

Commit

Permalink
Sponsors script needs GitHub token
Browse files Browse the repository at this point in the history
  • Loading branch information
calmh committed Nov 17, 2023
1 parent 544d959 commit 5191268
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/page-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ concurrency:

jobs:
deploy:
name: Deploy to GitHub Pages
runs-on: ubuntu-20.04
environment: github-pages
steps:
- uses: actions/checkout@v3

Expand All @@ -29,6 +31,8 @@ jobs:

- name: Build
run: ./build.sh
env:
GITHUB_TOKEN: ${{ secrets.ORGANISATION_TOKEN }}

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

0 comments on commit 5191268

Please sign in to comment.