File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -113,7 +113,7 @@ jobs:
113113 with :
114114 registry : ghcr.io
115115 username : ${{ github.actor }}
116- password : ${{ secrets.FLASHBOTS_GHCR_TOKEN }}
116+ password : ${{ secrets.GITHUB_TOKEN }}
117117
118118 - name : Set up Docker Buildx
119119 uses : docker/setup-buildx-action@v3
Original file line number Diff line number Diff line change @@ -187,7 +187,7 @@ jobs:
187187 with :
188188 registry : ghcr.io
189189 username : ${{ github.actor }}
190- password : ${{ secrets.FLASHBOTS_GHCR_TOKEN }} # PAT required for Organization policy
190+ password : ${{ secrets.GITHUB_TOKEN }} # PAT required for Organization policy
191191
192192 - name : Set up Docker Buildx
193193 uses : docker/setup-buildx-action@v3
Original file line number Diff line number Diff line change @@ -188,7 +188,7 @@ jobs:
188188 with :
189189 registry : ghcr.io
190190 username : ${{ github.actor }}
191- password : ${{ secrets.FLASHBOTS_GHCR_TOKEN }} # PAT required for Organization policy
191+ password : ${{ secrets.GITHUB_TOKEN }} # PAT required for Organization policy
192192
193193 - name : Set up Docker Buildx
194194 uses : docker/setup-buildx-action@v3
You can’t perform that action at this time.
0 commit comments