Skip to content

Commit

Permalink
build: update permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
jpoehnelt committed Dec 3, 2024
1 parent 8bd5379 commit 346a009
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,17 @@ on:
branches:
- main
workflow_dispatch:
permissions:
contents: read
pages: write
id-token: write
jobs:
release:
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
runs-on: ubuntu-latest
permissions:
contents: write
pull-requests: write
pages: write
id-token: write
steps:
- uses: googleapis/release-please-action@v4
id: release
Expand Down

0 comments on commit 346a009

Please sign in to comment.