Skip to content

Commit

Permalink
ci: Update workflow permissions (shaka-project#1462)
Browse files Browse the repository at this point in the history
Now that default permissions are read-only, we must enable specific
permissions for certain workflow jobs.
  • Loading branch information
joeyparrish authored Dec 17, 2024
1 parent 774cd3f commit 4e6a79f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release-please.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,10 @@ jobs:
uses: ./.github/workflows/publish-docs.yaml
with:
ref: refs/tags/${{ needs.release.outputs.tag_name }}
# Required permissions to deploy to GitHub Pages:
permissions:
pages: write
id-token: write

# Publish official docker image
docker:
Expand Down

0 comments on commit 4e6a79f

Please sign in to comment.