Skip to content

Version 1.2.0

Compare
Choose a tag to compare
@matootie matootie released this 22 Nov 17:10
· 64 commits to master since this release

You can now specify a custom namespace to operate within.

- name: Set up kubectl
  uses: matootie/dokube@v1.2.0
  with:
    personalAccessToken: ${{ secrets.DIGITALOCEAN_TOKEN }}
    clusterName: my-fabulous-cluster
    expirationTime: 300
    namespace: my-namespace

- name: Get deployments
  run: kubectl get deployments