From 125118fe48c37bf394370d2933d59036bb5eefc2 Mon Sep 17 00:00:00 2001 From: jakubmanczak Date: Sun, 29 Mar 2026 22:12:09 +0200 Subject: [PATCH] fix token passing --- .gitea/workflows/build-and-publish.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/build-and-publish.yaml b/.gitea/workflows/build-and-publish.yaml index 1f4bfe1..a0f3cec 100644 --- a/.gitea/workflows/build-and-publish.yaml +++ b/.gitea/workflows/build-and-publish.yaml @@ -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 \ No newline at end of file + args: get pods