Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 

Repository files navigation

Software built by Dmitry Kotik

How to renew a Github token

To use GoReleaser with GitHub, you must provide a GitHub token to allow it to create releases, upload artifacts, and tag your repository. GoReleaser automatically looks for an environment variable named GITHUB_TOKEN.

Use Fine-grained Personal Access Token with access to:

  • Access to this, dkotik/homebrew-tap, repository so that new Homebrew recipies can be created.
  • List of repositories that the token can modify, same as those in casks folder here.
  • Read and Write access to repository Contents.

Make sure the token name matches the workflow environment:

      - name: Run GoReleaser
        uses: goreleaser/goreleaser-action@v7
        with:
          distribution: goreleaser
          version: latest
          args: release --clean
        env:
          GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} 

About

Installation scripts for a handful of utilities.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages