Skip to content

Commit 49e9053

Browse files
authored
Merge pull request #185 from actions/conorsloan/remove-unnecessary-token-permission
Remove attestation write permissions from release workflow
2 parents 578de6e + 3a0ab30 commit 49e9053

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ on:
66
types: [created]
77
permissions:
88
id-token: write
9-
attestations: write
109
packages: write
1110
jobs:
1211
package-and-publish:

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ jobs:
4444
runs-on: ubuntu-latest
4545
permissions:
4646
contents: read
47-
attestations: write
4847
id-token: write
4948
packages: write
5049
steps:

0 commit comments

Comments
 (0)