Skip to content

Commit

Permalink
fix username login var name
Browse files Browse the repository at this point in the history
  • Loading branch information
muldos committed Nov 15, 2024
1 parent f503d58 commit 7e3d935
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,8 @@ jobs:
with:
image: ${{ needs.gh-ejs-demo.outputs.image }}
digest: ${{ needs.gh-ejs-demo.outputs.digest }}
private-repository: true
registry-username: ${{ secrets.PROVENANCE_USER }}
private-repository: true
secrets:
registry-username: ${{ secrets.PROVENANCE_LOGIN }}
registry-password: ${{ secrets.PROVENANCE_PWD }}

0 comments on commit 7e3d935

Please sign in to comment.