Skip to content

Commit

Permalink
add oidc permission scope
Browse files Browse the repository at this point in the history
  • Loading branch information
AyodeAwe committed Jun 24, 2024
1 parent f25b2c6 commit 373783e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,8 @@ jobs:
date: ${{ inputs.date }}
script: ci/build_wheel.sh
wheel-publish:
permissions:
id-token: write
needs: wheel-build
secrets: inherit
uses: rapidsai/shared-workflows/.github/workflows/[email protected]
Expand All @@ -84,4 +86,4 @@ jobs:
branch: ${{ inputs.branch }}
sha: ${{ inputs.sha }}
date: ${{ inputs.date }}
package-name: cucim
package-name: cucim

0 comments on commit 373783e

Please sign in to comment.