Skip to content

Commit

Permalink
ci: Update GitHub Actions permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
yorifuji committed Apr 7, 2024
1 parent 92ed728 commit c345b1f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/deliver-on-tagged.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,7 @@ jobs:
pages:
uses: ./.github/workflows/deliver-pages.yml
secrets: inherit
permissions:
contents: read
pages: write
id-token: write
4 changes: 4 additions & 0 deletions .github/workflows/scheduled-nightly-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,9 @@ jobs:
needs: check
uses: ./.github/workflows/deliver-pages.yml
secrets: inherit
permissions:
contents: read
pages: write
id-token: write
with:
upload: false

0 comments on commit c345b1f

Please sign in to comment.