diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 992588a..abea909 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -1,4 +1,4 @@ -name: Build and Push Docker Image +name: Docker Deploy on: push: branches: [main] @@ -22,7 +22,7 @@ jobs: with: registry: ${{ secrets.REPO_HOST }} username: ${{ github.repository_owner }} - password: ${{ secrets.GITHUB_TOKEN }} + password: ${{ secrets.DEPLOY_TOKEN }} - name: Build and push uses: docker/build-push-action@v4