Skip to content

Commit

Permalink
Merge pull request #477 from powerapi-ng/ci/release-slsa-permissions
Browse files Browse the repository at this point in the history
ci(release): Update SLSA generator permissions
  • Loading branch information
gfieni authored Nov 28, 2024
2 parents 10aee7c + 57278d9 commit 0ddb31f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,12 +78,13 @@ jobs:
name: Generate artifacts provenance attestation
needs: [build-python-package]
permissions:
contents: read
actions: read
contents: write
id-token: write
uses: slsa-framework/slsa-github-generator/.github/workflows/[email protected]
with:
base64-subjects: "${{ needs.build-python-package.outputs.dist-hashes }}"
upload-assets: false

publish-python-package:
name: Publish Pypi Package
Expand Down

0 comments on commit 0ddb31f

Please sign in to comment.