Skip to content

Commit

Permalink
[SKIP] Add required permissions for workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
themkat committed Jul 29, 2024
1 parent 29353f7 commit 9e847ac
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 @@ -6,6 +6,11 @@ on:
pull_request:
branches: [ master ]

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

jobs:
setupsite:
# [SKIP] Tag to skip Emacs org mode to html and tag generation
Expand Down

0 comments on commit 9e847ac

Please sign in to comment.