A curated collection of GitHub Actions for modern development workflows.
Actions • Usage • Contributing • 한국어
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 }}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.
Contributions are welcome! Feel free to open an issue or submit a pull request.
Released under the MIT License.