Skip to content

Commit

Permalink
resolves #41 set up permissions to allow workflow to publish to GitHu…
Browse files Browse the repository at this point in the history
…b Pages
  • Loading branch information
mojavelinux committed Nov 19, 2023
1 parent 3278304 commit c1011c0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@ name: Publish to GitHub Pages
on:
push:
branches: [main, master]
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
permissions:
contents: read
pages: write
id-token: write
jobs:
jekyll:
runs-on: ubuntu-latest
Expand Down

0 comments on commit c1011c0

Please sign in to comment.