Skip to content

prefapp/composite-action-login-digitalocean

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

composite-action-login-digitalocean

This repository stores a composite action used to set up digital ocean login in order to release a helm chart using helmfile.

You can use this composite action as a step in your workflow like:

- id: do-login
  if: ${{ steps.set-cloud-info.outputs.result == 'do' }}
  uses: prefapp/composite-action-login-digitalocean@v1
  with:
      cluster-name: ${{ env.CLUSTER_NAME }}
      auth-token: ${{ env.DO_TOKEN }}

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

3 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors