From 51c41f20ce130545addadabae81acfac3b755841 Mon Sep 17 00:00:00 2001 From: Logan Cusano Date: Thu, 23 Oct 2025 03:43:51 -0400 Subject: [PATCH] portential newer var to use? --- .gitea/workflows/build-stable.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/build-stable.yml b/.gitea/workflows/build-stable.yml index 3b28f16..6a6fcc7 100644 --- a/.gitea/workflows/build-stable.yml +++ b/.gitea/workflows/build-stable.yml @@ -16,7 +16,7 @@ jobs: CONTAINER_NAME: op25-client steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Set up QEMU uses: docker/setup-qemu-action@v3 @@ -34,7 +34,7 @@ jobs: with: registry: git.vpn.cusano.net username: ${{ gitea.actor }} # Uses the user or bot that triggered the workflow - password: ${{ secrets.GITEA_TOKEN }} # The built-in, temporary token + password: ${{ secrets.GITHUB_COM_TOKEN }} # The built-in, temporary token - name: Get Meta id: meta