Skip to content

Commit

Permalink
fix permissions typo (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
singhgss authored Dec 4, 2023
1 parent 37fdc11 commit d8e7174
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
environment: test
permissions:
id-token: write
content: read
contents: read
steps:
- name: Check out repository
uses: actions/checkout@v2
Expand Down Expand Up @@ -136,7 +136,7 @@ jobs:
needs: sign_scripts
runs-on: ubuntu-latest
permissions:
content: write
contents: write
steps:
- name: Download signed ps scripts and zipped modules
uses: actions/download-artifact@v3
Expand Down

0 comments on commit d8e7174

Please sign in to comment.