Skip to content

Commit

Permalink
Add perms for pipy step
Browse files Browse the repository at this point in the history
  • Loading branch information
trent-codecov committed Oct 11, 2023
1 parent a8e8b09 commit dcecf17
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/create_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,7 @@ jobs:
needs: [create-release]
if: ${{ github.event.pull_request.merged == true && startsWith(github.head_ref, 'release/') && github.repository_owner == 'codecov' }}
uses: ./.github/workflows/release_flow.yml
permissions:
id-token: write # This is required for requesting the JWT
contents: read # This is required for actions/checkout
secrets: inherit

0 comments on commit dcecf17

Please sign in to comment.