actions-go/Release action

Publish a previously built github action, written in go.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stalelast commit Feb 10, 2022
License
MIT
Runtime
Deprecated runtime

Pinned Snippet

workflow.ymlSHA-pinned
uses: actions-go/update@eaf383d563d27ffaae8b61a1800fc8579cf287dc # v1.0

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
tokenAuth token used to fetch the repository. The token is stored in the local git config, which enables your scripts to run authenticated git commands. The post-job step removes the token from the git config. [Learn more about creating and using encrypted secrets](https://help.github.com/en/actions/automating-your-workflow-with-github-actions/creating-and-using-encrypted-secrets) ${{ github.token }}

no outputs