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 ef95667 commit 1906219Copy full SHA for 1906219
.github/workflows/test.yml
@@ -24,8 +24,8 @@ jobs:
24
uses: docker/login-action@v2
25
with:
26
registry: ghcr.io
27
- username: ${{ github.repository_owner }}
28
- password: ${{ secrets.GITHUB_TOKEN }}
+ username: ${{ github.actor }}
+ password: ${{ secrets.PAT_TOKEN }}
29
- name: lower case repository_owner
30
id: lower_case_repository_owner
31
uses: ASzc/change-string-case-action@v2
@@ -57,8 +57,8 @@ jobs:
57
58
59
60
61
62
63
64
0 commit comments