diff --git a/.gitea/workflows/publish.yaml b/.gitea/workflows/publish.yaml index a082517..d9497ac 100644 --- a/.gitea/workflows/publish.yaml +++ b/.gitea/workflows/publish.yaml @@ -17,7 +17,7 @@ jobs: # TODO - when https://github.com/go-gitea/gitea/pull/33945 is merged, instead use per-workflow OIDC-based auth role: act-runner-helm-charts secrets: | - shared-secrets/gitea/pat_to_push_images token | GITEA_TOKEN + shared-secrets/data/gitea/pat_to_push_images token | GITEA_TOKEN - name: Login to Gitea uses: docker/login-action@v3