Skip to content

Commit

Permalink
fix: Update push-image.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
felipementel authored Dec 17, 2023
1 parent 5211cc3 commit 30b3b01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
password: ${{ secrets.GH_TOKEN }}

- name: Get-Version from csproj
id: get-version
Expand Down

0 comments on commit 30b3b01

Please sign in to comment.