Skip to content

Commit 747f002

Browse files
authored
Merge pull request #13 from masa0902dev/feat/actions-with-jwt
audience url is accounts.google.com ?
2 parents 3ed1544 + 23046a4 commit 747f002

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/saveToFirestore.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
echo $ACTIONS_ID_TOKEN_REQUEST_TOKEN
4040
jwt_token=$(curl -v -s -H "Authorization: Bearer $ACTIONS_ID_TOKEN_REQUEST_TOKEN" \
4141
-H "Accept: application/json" \
42-
"https://token.actions.githubusercontent.com/?audience=${{ vars.FUNCTIONS_URL }}")
42+
"https://token.actions.githubusercontent.com/?audience=https://accounts.google.com")
4343
echo "JWT Token Response: $jwt_token"
4444
4545

0 commit comments

Comments
 (0)