You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to use core.getIDToken() function directly in github-script that has been added to @actions/core in 1.6.0 but github-script uses @actions/core 1.5.0.
I'm aware that there are actions that allow configuring specific cloud provider credentials but I have a specific use case where I need to call obtain the OIDC token directly.
The text was updated successfully, but these errors were encountered:
I would like to use
core.getIDToken()
function directly in github-script that has been added to @actions/core in 1.6.0 but github-script uses @actions/core 1.5.0.I'm aware that there are actions that allow configuring specific cloud provider credentials but I have a specific use case where I need to call obtain the OIDC token directly.
The text was updated successfully, but these errors were encountered: