-
Notifications
You must be signed in to change notification settings - Fork 548
Description
I have a repo in which I am testing out the new GitHub OIDC provider functionality. I have about 20 workflows in the repo. Typically these workflows are run individually since they are configured to be triggered by different events. However, in my particular scenario I have a PR open which is making changes to all of these workflows, thus, they are all triggering at the same time. When this occurs I see the following error in some, but not all of the workflows:
Couldn't retrieve verification key from your identity provider, please reference AssumeRoleWithWebIdentity documentation for requirements
Simply clicking the Re-run all jobs button causes the error to resolve itself when the workflow runs a second time.
Are there any known limits with how many workflows can be run in parallel with the GitHub OIDC provider? Or is this a bug?
