Skip to content

Commit 24b7fd1

Browse files
Another attempt to fix the publish-wit workflow (#3310)
Signed-off-by: Brian Hardock <[email protected]>
1 parent 5005830 commit 24b7fd1

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/publish-wit.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ jobs:
3030
uses: docker/login-action@v3
3131
with:
3232
registry: ghcr.io
33-
username: ${{ github.actor }}
34-
password: ${{ secrets.GITHUB_TOKEN }}
33+
username: spinframeworkbot
34+
password: ${{ secrets.SPIN_WIT_PAT }}
3535

3636
- name: Build and publish WIT package
3737
shell: bash

Cargo.lock

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)