From 2506f4fa6dae5e09022c75aac045ec6b998a5b57 Mon Sep 17 00:00:00 2001 From: Jack Jackson Date: Sun, 6 Apr 2025 23:33:11 -0700 Subject: [PATCH] Use a token with repo-write access --- .gitea/workflows/publish.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/publish.yaml b/.gitea/workflows/publish.yaml index 5d3390d..b70c517 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/data/gitea/pat_to_push_images token | GITEA_TOKEN + shared-secrets/data/gitea/pat_for_total_access token | GITEA_TOKEN - name: Login to Gitea uses: docker/login-action@v3