Skip to content

Commit 6023582

Browse files
committed
I forgot to change the token names
1 parent 5afdce6 commit 6023582

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/publish-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,13 @@ jobs:
2828
with:
2929
registry: ghcr.io
3030
username: ${{ github.repository_owner }}
31-
password: ${{ secrets.GHCR_TOKEN }}
31+
password: ${{ secrets.MAIN_TOKEN }}
3232
- name: Login to git.iostpa.com
3333
uses: docker/login-action@v4
3434
with:
3535
registry: git.iostpa.com
3636
username: ${{ github.repository_owner }}
37-
password: ${{ secrets.FORGEJO_TOKEN }}
37+
password: ${{ secrets.MIRROR_TOKEN }}
3838
- name: Extract metadata (tags, labels) for Docker
3939
id: meta
4040
uses: docker/metadata-action@v6

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,13 @@ jobs:
2828
with:
2929
registry: ghcr.io
3030
username: ${{ github.repository_owner }}
31-
password: ${{ secrets.GHCR_TOKEN }}
31+
password: ${{ secrets.MAIN_TOKEN }}
3232
- name: Login to git.iostpa.com
3333
uses: docker/login-action@v4
3434
with:
3535
registry: git.iostpa.com
3636
username: ${{ github.repository_owner }}
37-
password: ${{ secrets.FORGEJO_TOKEN }}
37+
password: ${{ secrets.MIRROR_TOKEN }}
3838
- name: Build and Push Docker Image
3939
uses: docker/build-push-action@v7
4040
with:

0 commit comments

Comments
 (0)