Update kubernetes-cd.yml

This commit is contained in:
Cadey Ratio 2019-09-07 13:05:08 -04:00 committed by GitHub
parent fbcff64c80
commit e2657644e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ jobs:
entrypoint: /usr/local/bin/doctl
args: kubernetes cluster kubeconfig show kubermemes > $HOME/.kubeconfig
env:
DIGITALOCEAN_TOKEN: ${{ secrets.DIGITALOCEAN_TOKEN }}
DIGITALOCEAN_ACCESS_TOKEN: ${{ secrets.DIGITALOCEAN_TOKEN }}
- name: Deploy
uses: docker://lachlanevenson/k8s-kubectl
with: