From 0f961bf77d5fda057fbb65ae76740da4a201360f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miko=C5=82aj=20Kutryj?= Date: Tue, 28 Oct 2025 10:43:40 +0100 Subject: [PATCH] fix: use first available python in path --- get_id_token.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/get_id_token.py b/get_id_token.py index df3e192da..77e2cb97b 100755 --- a/get_id_token.py +++ b/get_id_token.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python3 # # The gcloud auth print-identity-token command does not work # for external account (workload identity federation).