From caeab2847766ce82d9ace15c60c7ee39467a7f4f Mon Sep 17 00:00:00 2001 From: Mindfang Date: Mon, 15 Jan 2024 17:08:13 -0600 Subject: [PATCH] Move environment variable to correct location --- .gitea/workflows/commit.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/commit.yaml b/.gitea/workflows/commit.yaml index bf8c79a..2967ecf 100644 --- a/.gitea/workflows/commit.yaml +++ b/.gitea/workflows/commit.yaml @@ -9,6 +9,7 @@ on: env: REGISTRY: gitea.taco.quest IMAGE_NAME: ${{ gitea.repository }} + GITHUB_TOKEN: jobs: build-and-push-image: @@ -17,7 +18,6 @@ jobs: permissions: contents: read packages: write - GITHUB_TOKEN: steps: - name: Prepare the container