Skip to content

Commit 1282053

Browse files
authored
Use github secrets
1 parent 649f9ef commit 1282053

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ jobs:
1616
uses: docker/login-action@v2
1717
with:
1818
registry: ghcr.io
19-
username: matteodelabre
20-
password: ${{ secrets.CR_PAT }}
19+
username: ${{ github.actor }}
20+
password: ${{ secrets.GITHUB_TOKEN }}
2121
- name: Build and publish images
2222
run: |
2323
./scripts/build -p .

0 commit comments

Comments
 (0)