Skip to content
Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Repository files navigation

This is an action wrapping the auto binary for GitHub Action usage.

if you would like to learn more about the Auto cli please click here!

Disclaimer

All work and credit goes to the original creators of the auto project. This is merly a little bit of shell code that installs it from their github repo and adds it to path. Any issues with the action please file them here but any issues with trunk itself please log them on their github repo.

Having trunk issues or questions? Click here to navigate to auto by Intuit's github repo.

Usage

Must have a .autorc file

# This is an example pipelinename: Releaseon: [push]jobs:
release:
runs-on: ubuntu-lateststeps:
- uses: actions/checkout@v3with:
fetch-depth: 0# <- Suggested to get all tagstoken: ${{ secrets.GH_TOKEN }} # <- This is required
- name: releaseuses: mbround18/auto@v1.1.0with:
token: ${{ secrets.GH_TOKEN }} # <- This is for auto

About

This is an action wrapping the auto binary for GitHub Action usage.

Topics

Resources

Stars

3 stars

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages