Skip to content

wip

wip #22

Workflow file for this run

name: Get pods
on: [push]
jobs:
deploy:
name: Deploy
runs-on: ubuntu-latest
environment: apprentice-dev
steps:
- uses: actions/checkout@v1
- uses: tale/kubectl-action@v1
with:
base64-kube-config: ${{ secrets.KUBE_CONFIG }}
- run: sh ./get-pods.sh