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 only noticed this issue after we stopped using bors so it's possible that bors didn't have this problem with OIDC. We're still using bors on AWSS3.jl with OIDC so we can verify this once a non-member creates a PR there.
Issue was noticed in #633 as this error when assuming the CI AWS role:
The issue is that we require
id-token: write
for OIDC auth but forks are restricted toread
. There exists an option to address this for private repos but not for public repos.Other somewhat useful links found while looking into this:
id-token
permission github/docs#14626aws-actions/configure-aws-credentials
Introduced in #627
The text was updated successfully, but these errors were encountered: