Skip to content

Commit

Permalink
CI: Update action
Browse files Browse the repository at this point in the history
  • Loading branch information
bbusse committed Jan 21, 2024
1 parent f51f074 commit cdb14ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/setup-cluster.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 && \
Expand Down

0 comments on commit cdb14ce

Please sign in to comment.