Skip to content

Commit

Permalink
ci: set user (#104)
Browse files Browse the repository at this point in the history
  • Loading branch information
ricochet authored Feb 6, 2025
1 parent 429f1ad commit 90d3182
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 @@ -44,7 +44,7 @@ jobs:
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.actor }}
username: ${{ secrets.DOCKER_USER }}
password: ${{ secrets.ORG_PAT }}

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

0 comments on commit 90d3182

Please sign in to comment.