GitHub OIDC and workflows triggered by deployment_status #2230
Closed
wereHamster
started this conversation in
General
Replies: 1 comment 4 replies
-
|
Hi @wereHamster, yes the branch is required and not available in this environment. I have to check what's needed to make it work in this environment. In the meantime, you have to use a token. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I use playwright/argos-ci to test the deployed site on Vercel, the workflow is triggered by deployment_status event. When I tried to switch to GitHub OIDC, auth failed with "APIError: GitHub Actions OIDC token does not match branch". Presumably because the GitHub token doesn't have any branch claim (or not in a format that the Argos backend expects). Do you have any example how to make GitHub OIDC work in a workflow triggersed by deployment_status?
Beta Was this translation helpful? Give feedback.
All reactions