Skip to content

Commit

Permalink
fix: Fix release pipeline (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
kvanzuijlen authored Mar 2, 2024
1 parent 7a0cd17 commit b3b1a4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # v3.0.0
with:
registry: ghcr.io
username: ${{ github.actor }}
username: ${{ secrets.VERSION_CLI_UPDATER_APP_ID }}
password: ${{ steps.app-token.outputs.token }}

- name: Build Docker image
Expand Down

0 comments on commit b3b1a4a

Please sign in to comment.