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 bf10a8a commit c60b74aCopy full SHA for c60b74a
.github/workflows/publish-wit.yml
@@ -31,7 +31,7 @@ jobs:
31
with:
32
registry: ghcr.io
33
username: ${{ github.actor }}
34
- password: ${{ secrets.REGISTRY_PAT }}
+ password: ${{ secrets.GITHUB_TOKEN }}
35
36
- name: Build and publish WIT package
37
shell: bash
0 commit comments