From 9654034dbb338dea6c2b45b4e1dc490e97af61a4 Mon Sep 17 00:00:00 2001 From: h7x4 Date: Sat, 8 Feb 2025 21:13:18 +0100 Subject: [PATCH] Rename secret --- .gitea/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/publish.yml b/.gitea/workflows/publish.yml index c7b5e27..0f116b4 100644 --- a/.gitea/workflows/publish.yml +++ b/.gitea/workflows/publish.yml @@ -17,7 +17,7 @@ jobs: - name: Publish package run: | - curl --user oysteikt:${{ secrets.GITEA_PUBLISH_TOKEN }} \ + curl --user oysteikt:${{ secrets.PUBLISH_TOKEN }} \ --upload-file hello_world.tar.gz \ https://git.pvv.ntnu.no/api/packages/oysteikt/generic/gitea-package-publishing-test/${{ vars.VERSION }}/hello_world.tar.gz