Skip to content

Commit

Permalink
Merge pull request #2 from dokku/fix-permissions
Browse files Browse the repository at this point in the history
feat: correct permissions for attestation generation
  • Loading branch information
josegonzalez authored May 16, 2024
2 parents 502d616 + 5509612 commit aaa05e5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/tagged-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ on:
tags:
- "*"

permissions:
attestations: write
id-token: write
contents: read

jobs:
tagged-release:
name: tagged-release
Expand Down

0 comments on commit aaa05e5

Please sign in to comment.