We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6041cf6 commit a0c1a60Copy full SHA for a0c1a60
.github/workflows/test.yml
@@ -28,7 +28,7 @@ jobs:
28
uses: docker/login-action@v3
29
with:
30
registry: ghcr.io
31
- username: ${{ github.actor }}
+ username: ${{ github.repository_owner }}
32
password: ${{ secrets.PAT_TOKEN }}
33
- name: lower case repository_owner
34
id: lower_case_repository_owner
@@ -61,7 +61,7 @@ jobs:
61
62
63
64
65
66
67
0 commit comments