diff --git a/.gitea/workflows/build_client.yml b/.gitea/workflows/build_client.yml index c481101..c43d0ea 100644 --- a/.gitea/workflows/build_client.yml +++ b/.gitea/workflows/build_client.yml @@ -65,11 +65,9 @@ jobs: - name: Build and push uses: docker/build-push-action@v6 env: - GITHUB_TOKEN: ${{ secrets.ENV_GITEA_TOKEN }} + ACTIONS_RUNTIME_TOKEN: ${{ secrets.ENV_GITEA_TOKEN }} with: context: ./server push: true tags: ${{ steps.meta.outputs.tags }} - labels: ${{ steps.meta.outputs.labels }} - secrets: | - GIT_AUTH_TOKEN=${{ secrets.ENV_GITEA_TOKEN }} \ No newline at end of file + labels: ${{ steps.meta.outputs.labels }} \ No newline at end of file