Getting issue with id_token permissions #561
-
|
Here's our configuration for using the aws action taken from the documentation. This was working for a long time: As of about 5 days ago we're getting As this says this is a nested workflow job, any ideas for updated configuration steps to fix this? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
|
this turned out to be a change to our organization level permissions for our GITHUB_TOKEN. To fix it I had to explicitly grant the calling parent workflow that id-token permissions. |
Beta Was this translation helpful? Give feedback.
-
|
Hello! Reopening this discussion to make it searchable. |
Beta Was this translation helpful? Give feedback.
this turned out to be a change to our organization level permissions for our GITHUB_TOKEN. To fix it I had to explicitly grant the calling parent workflow that id-token permissions.