Commit b0d9ac8 1 parent 1946956 commit b0d9ac8 Copy full SHA for b0d9ac8
File tree 1 file changed +8
-1
lines changed
1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change 49
49
strategy :
50
50
matrix :
51
51
affected : ${{fromJson(needs.affected.outputs.python)}}
52
+ permissions :
53
+ contents : read
54
+ id-token : write
52
55
env :
53
- GOOGLE_CLOUD_PROJECT : python-docs-samples-tests
56
+ GOOGLE_CLOUD_PROJECT : jss-22p1-test
54
57
defaults :
55
58
run :
56
59
working-directory : .github/testing
62
65
- uses : actions/setup-python@v5
63
66
with :
64
67
python-version : ' 3.11'
68
+ - uses : ' google-github-actions/auth@v2'
69
+ with :
70
+ project_id : ${{env.GOOGLE_CLOUD_PROJECT}}
71
+ workload_identity_provider : projects/886556137211/locations/global/workloadIdentityPools/github-actions/providers/github-actions-python
65
72
- run : python --version
66
73
- run : pip --version
67
74
- run : pip install --upgrade pip
You can’t perform that action at this time.
0 commit comments