aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorChristine Dodrill <me@christine.website>2019-09-07 13:05:08 -0400
committerGitHub <noreply@github.com>2019-09-07 13:05:08 -0400
commite2657644e563ad49014244e36624863c331afd2f (patch)
tree4473550a81a8f98c9ae3b2a480f5ce83d242ebad /.github
parentfbcff64c8045cc4615aa7b5b2e3e80d3e0597d20 (diff)
downloadxesite-e2657644e563ad49014244e36624863c331afd2f.tar.xz
xesite-e2657644e563ad49014244e36624863c331afd2f.zip
Update kubernetes-cd.yml
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/kubernetes-cd.yml2
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: