Skip to content

Commit

Permalink
Merge pull request #29 from Automattic/fix/ci-permissions
Browse files Browse the repository at this point in the history
ci: add missing permissions
  • Loading branch information
sjinks authored Jun 20, 2024
2 parents 73ff46c + 5de406b commit b1e1f8b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ jobs:
runs-on: ubuntu-latest
permissions:
contents: write
id-token: write
attestations: write
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit b1e1f8b

Please sign in to comment.