Skip to content

Commit c60b74a

Browse files
Use temporary GITHUB_TOKEN for publishing to ghcr (#3308)
Signed-off-by: Brian Hardock <[email protected]>
1 parent bf10a8a commit c60b74a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-wit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
with:
3232
registry: ghcr.io
3333
username: ${{ github.actor }}
34-
password: ${{ secrets.REGISTRY_PAT }}
34+
password: ${{ secrets.GITHUB_TOKEN }}
3535

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

0 commit comments

Comments
 (0)