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 ffdd972 commit fe8ae6eCopy full SHA for fe8ae6e
.github/workflows/publish.yml
@@ -45,7 +45,7 @@ jobs:
45
with:
46
registry: ghcr.io
47
username: ${{ github.actor }}
48
- password: ${{ secrets.PAT_TOKEN }}
+ password: ${{ secrets.ORG_PAT }}
49
50
# Build our `.wit` files into a Wasm binary
51
- name: Build
0 commit comments