diff --git a/.gitea/workflows/cicd.yml b/.gitea/workflows/cicd.yml index d735ec8..2a11006 100644 --- a/.gitea/workflows/cicd.yml +++ b/.gitea/workflows/cicd.yml @@ -51,7 +51,7 @@ jobs: with: registry: ${{ env.REGISTRY }} username: ${{ github.actor }} - password: ${{ secrets.GITHUB_TOKEN }} + password: ${{ secrets.MY_BUILDTOKEN }} - name: Extract metadata (tags, labels) for Docker id: meta