Skip to content

Commit

Permalink
add mint-token step to cucim workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
AyodeAwe committed Jun 26, 2024
1 parent e8b7d88 commit f042396
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,15 +67,19 @@ jobs:
with:
build_type: pull-request
script: ci/test_wheel.sh
wheel-publish:
mint-token:
runs-on: ubuntu-latest
permissions:
actions: read
contents: read
id-token: write
packages: read
pull-requests: read
needs: wheel-build
secrets: inherit
steps:
- name: Mint GitHub Token
uses: rapidsai/shared-actions/mint-pypi-token@mint-pypi-token
id: mint-token
wheel-publish:
needs: [wheel-build, mint-token]
secrets: inherit
uses: rapidsai/shared-workflows/.github/workflows/wheels-publish.yaml@test_pypi_trusted_publish
with:
build_type: pull-request
Expand Down

0 comments on commit f042396

Please sign in to comment.