Skip to content

Commit

Permalink
ci: Update permissions for GitHub attestations
Browse files Browse the repository at this point in the history
* Remove explicit content read permissions as not formally required.
   - c.f. https://github.com/actions/attest-build-provenance/tree/v1.1.2?tab=readme-ov-file#usage
  • Loading branch information
matthewfeickert committed May 23, 2024
1 parent 1ad59fc commit d960090
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/publish-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ jobs:
permissions:
id-token: write
attestations: write
contents: read

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit d960090

Please sign in to comment.