diff --git a/.github/workflows/common-build-docker-image.yml b/.github/workflows/common-build-docker-image.yml index 08f3018d..0c764782 100644 --- a/.github/workflows/common-build-docker-image.yml +++ b/.github/workflows/common-build-docker-image.yml @@ -113,7 +113,7 @@ jobs: with: registry: ghcr.io username: ${{ github.actor }} - password: ${{ secrets.FLASHBOTS_GHCR_TOKEN }} + password: ${{ secrets.GITHUB_TOKEN }} - name: Set up Docker Buildx uses: docker/setup-buildx-action@v3 diff --git a/.github/workflows/rb-release.yml b/.github/workflows/rb-release.yml index cb8d50a1..5511dbeb 100644 --- a/.github/workflows/rb-release.yml +++ b/.github/workflows/rb-release.yml @@ -187,7 +187,7 @@ jobs: with: registry: ghcr.io username: ${{ github.actor }} - password: ${{ secrets.FLASHBOTS_GHCR_TOKEN }} # PAT required for Organization policy + password: ${{ secrets.GITHUB_TOKEN }} # PAT required for Organization policy - name: Set up Docker Buildx uses: docker/setup-buildx-action@v3 diff --git a/.github/workflows/wp-release.yml b/.github/workflows/wp-release.yml index cf4a0a1a..a3e10ddc 100644 --- a/.github/workflows/wp-release.yml +++ b/.github/workflows/wp-release.yml @@ -188,7 +188,7 @@ jobs: with: registry: ghcr.io username: ${{ github.actor }} - password: ${{ secrets.FLASHBOTS_GHCR_TOKEN }} # PAT required for Organization policy + password: ${{ secrets.GITHUB_TOKEN }} # PAT required for Organization policy - name: Set up Docker Buildx uses: docker/setup-buildx-action@v3