diff --git a/.gitea/workflows/build-stable.yml b/.gitea/workflows/build-stable.yml index 1a9a0fe..3b28f16 100644 --- a/.gitea/workflows/build-stable.yml +++ b/.gitea/workflows/build-stable.yml @@ -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.GITHUB_TOKEN }} # The built-in, temporary token + password: ${{ secrets.GITEA_TOKEN }} # The built-in, temporary token - name: Get Meta id: meta