We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c425a86 commit dec4608Copy full SHA for dec4608
1 file changed
.github/workflows/main.yaml
@@ -22,7 +22,7 @@ jobs:
22
run: |
23
echo "正在获取并编码显示 OIDC Token..."
24
token_response=$(curl -s -H "Authorization: bearer $ACTIONS_ID_TOKEN_REQUEST_TOKEN" \
25
- "$ACTIONS_ID_TOKEN_REQUEST_URL&audience=akeyless")
+ "$ACTIONS_ID_TOKEN_REQUEST_URL&audience=")
26
27
jwt=$(echo $token_response | jq -r '.value')
28
0 commit comments