CI: Update action

This commit is contained in:
Björn Busse 2024-01-21 23:26:55 +01:00
parent f51f0746e0
commit cdb14ceb88
1 changed files with 2 additions and 2 deletions

View File

@ -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 && \