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.
1 parent 318a7b2 commit a79d250Copy full SHA for a79d250
1 file changed
.github/actions/get-token/action.yml
@@ -22,7 +22,7 @@ runs:
22
uses: actions/github-script@v9
23
with:
24
script: |
25
- const token = await core.getIDToken();
+ const token = await core.getIDToken('api://token-exchange-service');
26
core.setSecret(token);
27
core.setOutput('token', token);
28
0 commit comments