Skip to content

Commit 6d948e2

Browse files
authored
use new token (#114)
1 parent 09bf384 commit 6d948e2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
with:
6060
registry: ghcr.io
6161
username: ${{ github.actor }}
62-
password: ${{ secrets.PUSH_TOKEN }}
62+
password: ${{ secrets.PUSH_TOKEN_NEW }}
6363
- name: Push Docker Container
6464
run: make docker-push
6565
env:
@@ -89,7 +89,7 @@ jobs:
8989
with:
9090
registry: ghcr.io
9191
username: ${{ github.actor }}
92-
password: ${{ secrets.PUSH_TOKEN }}
92+
password: ${{ secrets.PUSH_TOKEN_NEW }}
9393
- name: Push bee container
9494
run: make docker-push-bee
9595
env:
@@ -121,7 +121,7 @@ jobs:
121121
with:
122122
registry: ghcr.io
123123
username: ${{ github.actor }}
124-
password: ${{ secrets.PUSH_TOKEN }}
124+
password: ${{ secrets.PUSH_TOKEN_NEW }}
125125

126126
- name: Build builder container
127127
run: make docker-build

0 commit comments

Comments
 (0)