Skip to content

Commit 95d3da4

Browse files
authored
fix: use first available python in path (#681)
## 📝 Description Updated `get_id_token.py` to use `#!/usr/bin/env python3`, so the runner now picks up whatever Python is first on `PATH` ## ✅ Checklist - [ ] I have tested this change - [ ] This change requires documentation update
1 parent 9f0646e commit 95d3da4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

get_id_token.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/python
1+
#!/usr/bin/env python3
22
#
33
# The gcloud auth print-identity-token command does not work
44
# for external account (workload identity federation).

0 commit comments

Comments
 (0)