File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 5454 needs : [linux, macos]
5555 if : github.event_name != 'pull_request'
5656 runs-on : ubuntu-latest
57+ permissions :
58+ id-token : write
59+ contents : read
5760 steps :
5861 - uses : actions/checkout@v3
5962 - uses : actions/setup-python@v4
6467 with :
6568 path : dist
6669 - run : python3 -um make_index --pypi-url https://pypi.devinfra.sentry.io --dest index
67- - uses : google-github-actions/auth@v0
70+ - uses : google-github-actions/auth@ba79af03959ebeac9769e648f473a284504d9193 # v2.1.10
6871 with :
69- credentials_json : ${{ secrets.PYPI_DEVINFRA_SENTRY_IO }}
70- - run : yes | gcloud auth login --cred-file="$GOOGLE_APPLICATION_CREDENTIALS"
72+ workload_identity_provider : projects/868781662168/locations/global/workloadIdentityPools/prod-github/providers/github-oidc-pool
73+ service_account : [email protected] 7174 - run : python3 -uS bin/upload-artifacts
You can’t perform that action at this time.
0 commit comments