Skip to content

Commit

Permalink
Use github secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
Eeems authored Sep 12, 2024
1 parent 1282053 commit b4259ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ jobs:
uses: docker/login-action@v2
with:
registry: ghcr.io
username: matteodelabre
password: ${{ secrets.CR_PAT }}
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build and publish images
run: |
version="$(echo "${{ github.ref }}" | cut -d / -f 3)"
Expand Down

0 comments on commit b4259ac

Please sign in to comment.