Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 4 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,9 @@ jobs:
build:
uses: ./.github/workflows/build.yml
permissions:
id-token: write
attestations: write
contents: read
id-token: write
with:
version: ${{ startsWith(github.ref, 'refs/tags/') && github.ref_name || '' }}

Expand All @@ -40,12 +41,9 @@ jobs:
needs: [build, test]
environment: release
permissions:
# Use to sign the release artifacts
id-token: write
# Used to upload release artifacts
contents: write
# Used to generate artifact attestation
attestations: write
contents: write
id-token: write
steps:
- uses: actions/checkout@v5
with:
Expand Down