diff --git a/.github/workflows/pepr-excellent-examples-ironbank-amd.yml b/.github/workflows/pepr-excellent-examples-ironbank-amd.yml index 1a816410..6b47c355 100644 --- a/.github/workflows/pepr-excellent-examples-ironbank-amd.yml +++ b/.github/workflows/pepr-excellent-examples-ironbank-amd.yml @@ -16,7 +16,7 @@ jobs: matrix: ${{ steps.create-matrix.outputs.matrix }} steps: - name: Environment setup - uses: ./.github/ironbank-actions/setup + uses: ./.github/actions/ironbank-setup with: registry1Username: ${{ secrets.IRON_BANK_ROBOT_USERNAME }} registry1Password: ${{ secrets.IRON_BANK_ROBOT_PASSWORD }} diff --git a/.github/workflows/pepr-excellent-examples-ironbank-arm.yml b/.github/workflows/pepr-excellent-examples-ironbank-arm.yml index 4a0d7d95..82074496 100644 --- a/.github/workflows/pepr-excellent-examples-ironbank-arm.yml +++ b/.github/workflows/pepr-excellent-examples-ironbank-arm.yml @@ -16,7 +16,7 @@ jobs: matrix: ${{ steps.create-matrix.outputs.matrix }} steps: - name: Environment setup - uses: ./.github/ironbank-actions/setup + uses: ./.github/actions/ironbank-setup with: registry1Username: ${{ secrets.IRON_BANK_ROBOT_USERNAME }} registry1Password: ${{ secrets.IRON_BANK_ROBOT_PASSWORD }}