Skip to content

evan-choi/actions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

evan-choi/actions

A curated collection of GitHub Actions for modern development workflows.

License GitHub Actions

Actions   •   Usage   •   Contributing   •   한국어


Available Actions

Authenticate private Go modules with per-repo token support.

Configure git credential helpers for go mod download to access private modules seamlessly. Supports per-repo token overrides and GitHub Enterprise hosts. Credentials are automatically cleaned up after the job.

- uses: evan-choi/actions/setup-go-private@v1
  with:
    token: ${{ secrets.GO_PRIVATE_TOKEN }}
    repos: |
      org/private-sdk
      org/internal-lib:${{ secrets.INTERNAL_LIB_TOKEN }}

Usage

Each action is located in its own directory and can be referenced directly:

- uses: evan-choi/actions/<action-name>@<version>

Refer to the individual action's README for detailed inputs, examples, and configuration options.

Contributing

Contributions are welcome! Feel free to open an issue or submit a pull request.

License

Released under the MIT License.

About

A curated collection of GitHub Actions for modern development workflows

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors