[feature] Custom GITHUB_TOKEN for go upload-assets
#3683
Labels
area:generic
Issue with the generic generator
area:go
Issue related to the Go ecosystem
type:feature
New feature or request
Is your feature request related to a problem? Please describe.
builder_go_slsa3.yml
is a reuseable workflow, so I cannot set environment variable when use itThe
upload-assets
job use the defaultGITHUB_TOKEN
, then default releaser isgithub-actions
.Accordingly, if I created a new action with this trigger, it will never be triggered.
Describe the solution you'd like
I think this can be resolved with new input, accept a new input GITHUB_TOKEN and use it as environment variable in
upload-assets
Describe alternatives you've considered
Convert the reuseable workflow to composite action.
Additional context
~
The text was updated successfully, but these errors were encountered: