Skip to content

Commit e488c78

Browse files
authored
[ci skip]
1 parent a71984e commit e488c78

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ jobs:
3232
- uses: docker/login-action@v2
3333
with:
3434
registry: ghcr.io
35-
username: cink-continuous-integration
36-
password: ${{ secrets.PUBLIC_GITHUB_TOKEN_PACKAGES }}
35+
username: ${{ github.repository_owner }}
36+
password: ${{ secrets.GITHUB_TOKEN }}
3737
- uses: devcontainers/ci@v0.2
3838
env:
3939
CRYPTEIA_VERSION: ${{ github.event.inputs.version }}
@@ -52,8 +52,8 @@ jobs:
5252
- uses: docker/login-action@v2
5353
with:
5454
registry: ghcr.io
55-
username: cink-continuous-integration
56-
password: ${{ secrets.PUBLIC_GITHUB_TOKEN_PACKAGES }}
55+
username: ${{ github.repository_owner }}
56+
password: ${{ secrets.GITHUB_TOKEN }}
5757
- uses: devcontainers/ci@v0.2
5858
env:
5959
CRYPTEIA_VERSION: ${{ github.event.inputs.version }}

0 commit comments

Comments
 (0)