Skip to content

Commit 507f9a4

Browse files
committed
[ci skip] Add DOCKER_LOGIN_PAT
1 parent 76611b2 commit 507f9a4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- uses: devcontainers/ci@v0.2
3333
env:
3434
CRYPTEIA_VERSION: ${{ github.event.inputs.version }}
35-
DOCKER_LOGIN_PAT: ${{ secrets.PUBLIC_GITHUB_TOKEN_PACKAGES }}
35+
DOCKER_LOGIN_PAT: ${{ secrets.DOCKER_LOGIN_PAT }}
3636
with:
3737
push: never
3838
cacheFrom: ghcr.io/customink/crypteia-ci
@@ -49,7 +49,7 @@ jobs:
4949
- uses: devcontainers/ci@v0.2
5050
env:
5151
CRYPTEIA_VERSION: ${{ github.event.inputs.version }}
52-
DOCKER_LOGIN_PAT: ${{ secrets.PUBLIC_GITHUB_TOKEN_PACKAGES }}
52+
DOCKER_LOGIN_PAT: ${{ secrets.DOCKER_LOGIN_PAT }}
5353
with:
5454
push: never
5555
cacheFrom: ghcr.io/customink/crypteia-ci

0 commit comments

Comments
 (0)