We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a71984e commit e488c78Copy full SHA for e488c78
.github/workflows/release.yml
@@ -32,8 +32,8 @@ jobs:
32
- uses: docker/login-action@v2
33
with:
34
registry: ghcr.io
35
- username: cink-continuous-integration
36
- password: ${{ secrets.PUBLIC_GITHUB_TOKEN_PACKAGES }}
+ username: ${{ github.repository_owner }}
+ password: ${{ secrets.GITHUB_TOKEN }}
37
- uses: devcontainers/ci@v0.2
38
env:
39
CRYPTEIA_VERSION: ${{ github.event.inputs.version }}
@@ -52,8 +52,8 @@ jobs:
52
53
54
55
56
57
58
59
0 commit comments