diff options
| author | Christine Dodrill <me@christine.website> | 2019-09-07 13:05:08 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-09-07 13:05:08 -0400 |
| commit | e2657644e563ad49014244e36624863c331afd2f (patch) | |
| tree | 4473550a81a8f98c9ae3b2a480f5ce83d242ebad | |
| parent | fbcff64c8045cc4615aa7b5b2e3e80d3e0597d20 (diff) | |
| download | xesite-e2657644e563ad49014244e36624863c331afd2f.tar.xz xesite-e2657644e563ad49014244e36624863c331afd2f.zip | |
Update kubernetes-cd.yml
| -rw-r--r-- | .github/workflows/kubernetes-cd.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/kubernetes-cd.yml b/.github/workflows/kubernetes-cd.yml index d471114..525db19 100644 --- a/.github/workflows/kubernetes-cd.yml +++ b/.github/workflows/kubernetes-cd.yml @@ -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: |
