Skip to content

Commit

Permalink
ops: try setting permissions in workflow
Browse files Browse the repository at this point in the history
...job seems to run fine, but the domain name isn't rendering the
site...
  • Loading branch information
alxndr committed Nov 29, 2023
1 parent b3c9ec7 commit c430821
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/jekyll.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ on:
push:
branches: [ main ]

permissions:
contents: read
pages: write
id-token: write

jobs:
build_and_deploy:
runs-on: ubuntu-latest
Expand Down

0 comments on commit c430821

Please sign in to comment.