Skip to content

Commit b4259ac

Browse files
authored
Use github secrets
1 parent 1282053 commit b4259ac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ jobs:
1414
uses: docker/login-action@v2
1515
with:
1616
registry: ghcr.io
17-
username: matteodelabre
18-
password: ${{ secrets.CR_PAT }}
17+
username: ${{ github.actor }}
18+
password: ${{ secrets.GITHUB_TOKEN }}
1919
- name: Build and publish images
2020
run: |
2121
version="$(echo "${{ github.ref }}" | cut -d / -f 3)"

0 commit comments

Comments
 (0)