Skip to content

Latest commit

 

History

8 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

Trigger a ToolForge deployment

This action provides a helper interface executing a deployment on ToolForge

Example usage:

  deploy:
    runs-on: ubuntu-latest
    needs: [release]
    steps:
      - uses: cluebotng/ci-toolforge-deploy@main
        with:
          tool: very-cool-tool
          token: ${{ secrets.CI_DEPLOY_TOKEN }}

About

Github action for executing a toolforge deploy

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors