We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e7d8eee + 88dd5dd commit f41c59eCopy full SHA for f41c59e
.github/workflows/container-image.yml
@@ -27,7 +27,7 @@ jobs:
27
with:
28
registry: ghcr.io
29
username: ${{ github.repository_owner }}
30
- password: ${{ secrets.CR_PAT }}
+ password: ${{ secrets.GITHUB_TOKEN }}
31
-
32
name: Build and push development container image
33
if: ${{ startsWith(github.ref, 'refs/heads/') }}
0 commit comments