diff --git a/.github/workflows/docker-ci-image.yml b/.github/workflows/docker-ci-image.yml index 2efe75e6b..27eaeaf64 100644 --- a/.github/workflows/docker-ci-image.yml +++ b/.github/workflows/docker-ci-image.yml @@ -19,13 +19,6 @@ jobs: runs-on: ubuntu-latest environment: Production steps: - - name: Generate GitHub App token - id: app-token - uses: tibdex/github-app-token@v1 - with: - app_id: ${{ secrets.XGITHUB_APP_ID }} - private_key: ${{ secrets.XGITHUB_APP_PRIVATE_KEY }} - - name: Checkout code uses: actions/checkout@v4 @@ -34,7 +27,7 @@ jobs: with: registry: ghcr.io username: ${{ github.actor }} - password: ${{ steps.app-token.outputs.token }} + password: ${{ secrets.GITHUB_TOKEN }} - name: Build and push uses: docker/build-push-action@v6