Skip to content

Commit 7af620c

Browse files
authored
Merge pull request #164 from actions/conorsloan/fix-readme-example-permissions
Update README.md
2 parents a2e9ffc + 9c79aec commit 7af620c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,10 @@ jobs:
4343
publish:
4444
runs-on: ubuntu-latest
4545
permissions:
46+
contents: read
47+
attestations: write
4648
id-token: write
4749
packages: write
48-
contents: write
49-
actions: read
5050
steps:
5151
- name: Check out repo
5252
uses: actions/checkout@v4

0 commit comments

Comments
 (0)