Skip to content

Commit

Permalink
ci: update publish.yml with org pat (#103)
Browse files Browse the repository at this point in the history
  • Loading branch information
ricochet authored Feb 6, 2025
1 parent 8b64499 commit dcf3aa2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
password: ${{ secrets.ORG_PAT }}

# Build our `.wit` files into a Wasm binary
- name: Build
Expand Down

0 comments on commit dcf3aa2

Please sign in to comment.