Update kubernetes-cd.yml
This commit is contained in:
parent
aa52195190
commit
d065f1eeea
|
@ -53,7 +53,7 @@ jobs:
|
|||
- name: Configure Kubernetes
|
||||
uses: digitalocean/action-doctl@v1.3.0
|
||||
with:
|
||||
entrypoint: /usr/bin/sh
|
||||
entrypoint: /bin/sh
|
||||
args: -c 'doctl auth login -t $DIGITALOCEAN_ACCESS_TOKEN && doctl kubernetes cluster kubeconfig show kubermemes > $HOME/.kubeconfig'
|
||||
env:
|
||||
DIGITALOCEAN_ACCESS_TOKEN: ${{ secrets.DIGITALOCEAN_TOKEN }}
|
||||
|
|
Loading…
Reference in New Issue