Taj Atassi
Taj Atassi
@YanaXu I ran the following script and ran into the same error as @samanthawalter ```yaml - name: GetToken uses: actions/github-script@v3 with: script: | const idToken = await core.getIDToken('api://AzureADTokenExchange') core.exportVariable('idToken', idToken)...
Hey @YanaXu, I saw the fix was merged in. Do you know what the release process is like and how long until this will be available for the github action?
I'm running into a handful of failures here: 1. Install-Module is not recognized as a command - I think this is an issue with the runner. It doesn't happen consistently....
I see the difference. It is now working on my end :)