Skip to content

Commit bb51564

Browse files
authored
Fix cicd (#430)
1 parent e2088b9 commit bb51564

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/common-build-docker-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

.github/workflows/rb-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

.github/workflows/wp-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)