Skip to content

Commit

Permalink
add permissions to child job
Browse files Browse the repository at this point in the history
  • Loading branch information
AyodeAwe committed Jun 26, 2024
1 parent 930f0db commit bd56e4b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,12 @@ jobs:
build_type: pull-request
script: ci/test_wheel.sh
wheel-publish:
permissions:
actions: read
contents: read
id-token: write
packages: read
pull-requests: read
needs: wheel-build
secrets: inherit
uses: rapidsai/shared-workflows/.github/workflows/wheels-publish.yaml@test_pypi_trusted_publish
Expand Down

0 comments on commit bd56e4b

Please sign in to comment.