Skip to content

Commit 57306c9

Browse files
committed
test
1 parent 92441ae commit 57306c9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ concurrency:
1414
permissions:
1515
contents: read
1616
packages: write
17+
id-token: write
1718

1819
jobs:
1920
lint:
@@ -49,7 +50,7 @@ jobs:
4950
uses: docker/login-action@v3
5051
with:
5152
registry: ghcr.io
52-
username: ${{ github.repository_owner }}
53+
username: ${{ github.actor }}
5354
password: ${{ secrets.GITHUB_TOKEN }}
5455
# if: github.event_name == 'push' && github.ref == 'refs/heads/master'
5556

0 commit comments

Comments
 (0)