Skip to content

Commit

Permalink
fix: ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lonnik committed Mar 21, 2024
1 parent 78a6626 commit d3a2cca
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,8 @@ jobs:
server
- name: Decode LINODE_KUBECONFIG
env:
LINODE_KUBECONFIG: ${{ secrets.LINODE_KUBECONFIG_BASE64 }}
run: |
echo "${LINODE_KUBECONFIG}" | base64 --decode > decoded_kubeconfig
echo ${{ secrets.LINODE_KUBECONFIG_BASE64 }} | base64 --decode > decoded_kubeconfig
echo "KUBECONFIG_CONTENTS=$(cat decoded_kubeconfig)" >> $GITHUB_ENV
- uses: azure/k8s-set-context@v4
Expand Down

0 comments on commit d3a2cca

Please sign in to comment.