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 7, 2024
1 parent 98cecaf commit 3114f12
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/change_matrix.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
needs: identify-changes
strategy:
matrix: ${{fromJson(needs.identify-changes.outputs.change_matrix)}}
uses: stakater/charts/.github/workflows/release.yaml@secrets-detection
uses: stakater/charts/.github/workflows/release.yaml@main
secrets:
REGISTRY_USERNAME: ${{ github.actor }}
REGISTRY_PASSWORD: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
component: ${{ inputs.component }}

pull-request:
uses: stakater/charts/.github/workflows/pull_request.yaml@secrets-detection
uses: stakater/charts/.github/workflows/pull_request.yaml@main
name: Pull Request
if: ${{ github.ref != 'refs/heads/main' }}
needs:
Expand Down

0 comments on commit 3114f12

Please sign in to comment.