Open
Description
Please document the fact that the trigger-argo-workflow
action needs id-token: write
permission because it reaches out to vault in order to obtain a token, and that happens using OIDC.
I think it also needs contents: read
, because it's using the setup-go
action to obtain the Go binary (in order to figure out the OS and architecture where it's running), and that tries to read go.mod
to figure out which Go version it needs to download, which is why trigger-argo-workflow
is checking out the code for the repo.