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 de542d3 commit b536a52Copy full SHA for b536a52
.github/workflows/release.yml
@@ -20,7 +20,7 @@ jobs:
20
with:
21
registry: ghcr.io
22
username: ${{ github.repository_owner }}
23
- password: ${{ secrets.GITHUB_TOKEN }}
+ password: ${{ secrets.PUBLIC_GITHUB_TOKEN_PACKAGES }}
24
- name: Build & Run Development Container
25
uses: devcontainers/ci@v0.2
26
@@ -50,5 +50,4 @@ jobs:
50
env:
51
CRYPTEIA_VERSION: ${{ steps.changelog_reader.outputs.version }}
52
run: |
53
- echo "${{ secrets.PUBLIC_GITHUB_TOKEN_PACKAGES }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin
54
./layer/deploy-images
0 commit comments