Skip to content

Commit abb2df2

Browse files
fix: add username and password
1 parent 82cc8a1 commit abb2df2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ jobs:
1111
- uses: oras-project/setup-oras@v1
1212
- run: |
1313
oras version
14-
oras login ghcr.io
14+
oras login ghcr.io --username ${{ github.actor }} --password ${{ github.token }}
1515

0 commit comments

Comments
 (0)