From cdb14ceb880888dc7fea654be07d66ddc0af4c24 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Busse?= Date: Sun, 21 Jan 2024 23:26:55 +0100 Subject: [PATCH] CI: Update action --- .github/workflows/setup-cluster.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/setup-cluster.yml b/.github/workflows/setup-cluster.yml index 86db511..482253d 100644 --- a/.github/workflows/setup-cluster.yml +++ b/.github/workflows/setup-cluster.yml @@ -28,9 +28,9 @@ jobs: run: kubectl get pods -A -o wide - shell: bash env: - GITEA_TOKEN: ${{ secrets.GITEA_TOKEN }} + TOKEN: ${{ secrets.GITEA_TOKEN }} run: | - ./run.sh + GITEA_TOKEN="$TOKEN" ./run.sh - name: kubectl run: | kubectl get pods -A -o wide && \