From 47ce1ace67007dc935d29c3817b9389e70650070 Mon Sep 17 00:00:00 2001 From: "Seraphim R. Pardee" Date: Fri, 20 Sep 2024 13:48:50 -0400 Subject: [PATCH] Use GITHUB_TOKEN instead. --- .gitea/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 52239fb..645e52c 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -13,7 +13,7 @@ jobs: with: registry: git.hl.srp.life username: ${{ gitea.actor }} - password: ${{ secrets.GITEA_TOKEN }} + password: ${{ secrets.GITHUB_TOKEN }} - name: checkout code uses: actions/checkout@v4 - name: build and push to registry