We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03e8e23 commit 8108465Copy full SHA for 8108465
.github/workflows/docker.yml
@@ -23,5 +23,5 @@ jobs:
23
latest-on-tag: true
24
restrict-to: openzim/phet
25
credentials: |
26
- GHCRIO_USERNAME: ${{ secrets.GHCR_USERNAME }}
27
- GHCRIO_TOKEN: ${{ secrets.GHCR_TOKEN }}
+ GHCRIO_USERNAME=${{ secrets.GHCR_USERNAME }}
+ GHCRIO_TOKEN=${{ secrets.GHCR_TOKEN }}
0 commit comments