fix token passing
Some checks failed
arche-build-and-publish / gractwo-arche-build-test (push) Failing after 11s

This commit is contained in:
2026-03-29 22:12:09 +02:00
parent 9cc9b454a1
commit 125118fe48

View File

@@ -22,11 +22,11 @@ jobs:
with:
registry: git.gractwo.pl
username: ${{ gitea.actor }}
password: ${{ gitea.token }}
password: ${{ secrets.TOKEN2 }}
- name: publish
run: docker push git.gractwo.pl/gractwo/arche:${{gitea.sha}}
- uses: actions-hub/kubectl@master
env:
KUBE_CONFIG: ${{ secrets.KUBE_CONFIG }}
with:
args: get pods
args: get pods