Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
karl-johan-grahn authored and rasheedamir committed May 8, 2024
1 parent b0dc499 commit 65e3d1a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/change_matrix.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
matrix: ${{fromJson(needs.identify-changes.outputs.change_matrix)}}
uses: stakater/charts/.github/workflows/release.yaml@main
secrets:
REGISTRY_USERNAME: "stakater-user"
REGISTRY_PASSWORD: ${{ secrets.STAKATER_GITHUB_TOKEN }}
REGISTRY_USERNAME: ${{ github.actor }}
REGISTRY_PASSWORD: ${{ secrets.GITHUB_TOKEN }}
with:
component: ${{ matrix.directory }}

0 comments on commit 65e3d1a

Please sign in to comment.