We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3ed1544 + 23046a4 commit 747f002Copy full SHA for 747f002
.github/workflows/saveToFirestore.yml
@@ -39,7 +39,7 @@ jobs:
39
echo $ACTIONS_ID_TOKEN_REQUEST_TOKEN
40
jwt_token=$(curl -v -s -H "Authorization: Bearer $ACTIONS_ID_TOKEN_REQUEST_TOKEN" \
41
-H "Accept: application/json" \
42
- "https://token.actions.githubusercontent.com/?audience=${{ vars.FUNCTIONS_URL }}")
+ "https://token.actions.githubusercontent.com/?audience=https://accounts.google.com")
43
echo "JWT Token Response: $jwt_token"
44
45
0 commit comments