Skip to content

Commit a79d250

Browse files
committed
Add OIDC audience
1 parent 318a7b2 commit a79d250

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/actions/get-token/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ runs:
2222
uses: actions/github-script@v9
2323
with:
2424
script: |
25-
const token = await core.getIDToken();
25+
const token = await core.getIDToken('api://token-exchange-service');
2626
core.setSecret(token);
2727
core.setOutput('token', token);
2828

0 commit comments

Comments
 (0)