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 have a python script that triggers a Github Actions workflow using a Github App installation. The triggered workflow fails with the following message when trying to configure AWS credentials:
Error: Could not assume role with web identity token file: Unable to validate tags
Weirdly, when I use a PAT instead of the Github App installation I'm able to configure the credentials.
Found this similar looking issue #930 but wasn't able to solve my problem.
Any help will be greatly appreciated :)
Regression Issue
Select this option if this issue appears to be a regression.
Expected Behavior
The action is able to configure the credentials without failing.
Current Behavior
The action fails with this error:
Error: Could not assume role with web identity token file: Unable to validate tags
Describe the bug
I have a python script that triggers a Github Actions workflow using a Github App installation. The triggered workflow fails with the following message when trying to configure AWS credentials:
Weirdly, when I use a PAT instead of the Github App installation I'm able to configure the credentials.
Found this similar looking issue #930 but wasn't able to solve my problem.
Any help will be greatly appreciated :)
Regression Issue
Expected Behavior
The action is able to configure the credentials without failing.
Current Behavior
The action fails with this error:
Reproduction Steps
Use a Github App installation to trigger the workflow using Github's create workflow dispatch API
Possible Solution
No response
Additional Information/Context
No response
The text was updated successfully, but these errors were encountered: