From b7df8c0cc327bcde0c8d5f2a014d58bb67d7db71 Mon Sep 17 00:00:00 2001 From: Wesley Cho Date: Sun, 1 Feb 2026 00:30:15 -0800 Subject: [PATCH] actions_token --- .gitea/workflows/demo.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/demo.yaml b/.gitea/workflows/demo.yaml index 6cd2f62..d07aadb 100644 --- a/.gitea/workflows/demo.yaml +++ b/.gitea/workflows/demo.yaml @@ -13,7 +13,7 @@ jobs: # We use single quotes around the secret to prevent shell interpretation # and the VM IP to bypass the 'server' DNS issue. run: | - echo '${{ secrets.GITEA_TOKEN }}' | docker login https://git.chopark.home --username ${{ github.actor }} --password-stdin + echo '${{ secrets.ACTIONS_TOKEN }}' | docker login https://git.chopark.home --username ${{ github.actor }} --password-stdin - name: Build and Push Docker Image run: |