A GitHub Action for DeepSourceCorp/globstar.
uses: ayushmanchhabra/[email protected]
Optional The version to download. Defaults to latest
. Please consult globstart releases for specific versions.
uses: ayushmanchhabra/[email protected]
with:
version: 'latest'
uses: ayushmanchhabra/[email protected]
with:
version: 'v0.1.1'
Optional The authentication token to use. Defaults to github.token
. You will need to specify an environment variable for this to work properly.
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
uses: ayushmanchhabra/[email protected]
with:
auth-token: ${{ GITHUB_TOKEN }}