Skip to content

Commit

Permalink
Merge pull request #164 from actions/conorsloan/fix-readme-example-pe…
Browse files Browse the repository at this point in the history
…rmissions

Update README.md
  • Loading branch information
conorsloan authored Aug 12, 2024
2 parents a2e9ffc + 9c79aec commit 7af620c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,10 @@ jobs:
publish:
runs-on: ubuntu-latest
permissions:
contents: read
attestations: write
id-token: write
packages: write
contents: write
actions: read
steps:
- name: Check out repo
uses: actions/checkout@v4
Expand Down

0 comments on commit 7af620c

Please sign in to comment.