Skip to content

Commit dec4608

Browse files
author
chao.wang
committed
test14
1 parent c425a86 commit dec4608

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
run: |
2323
echo "正在获取并编码显示 OIDC Token..."
2424
token_response=$(curl -s -H "Authorization: bearer $ACTIONS_ID_TOKEN_REQUEST_TOKEN" \
25-
"$ACTIONS_ID_TOKEN_REQUEST_URL&audience=akeyless")
25+
"$ACTIONS_ID_TOKEN_REQUEST_URL&audience=")
2626
2727
jwt=$(echo $token_response | jq -r '.value')
2828

0 commit comments

Comments
 (0)