diff --git a/.github/workflows/base.yaml b/.github/workflows/base.yaml index d9edf08c..d1dc20e3 100644 --- a/.github/workflows/base.yaml +++ b/.github/workflows/base.yaml @@ -10,7 +10,7 @@ on: jobs: build: - uses: scientist-softserv/actions/.github/workflows/build.yaml@v0.0.6 + uses: notch8/actions/.github/workflows/build.yaml@v0.0.6 secrets: inherit with: platforms: "linux/amd64" diff --git a/.github/workflows/build-lint-test-action.yaml b/.github/workflows/build-lint-test-action.yaml index 97bf150c..c4cb5575 100644 --- a/.github/workflows/build-lint-test-action.yaml +++ b/.github/workflows/build-lint-test-action.yaml @@ -17,7 +17,7 @@ on: jobs: build: - uses: scientist-softserv/actions/.github/workflows/build.yaml@v0.0.13 + uses: notch8/actions/.github/workflows/build.yaml@v0.0.13 secrets: inherit with: platforms: "linux/amd64" @@ -26,7 +26,7 @@ jobs: workerTarget: hyku-worker test: needs: build - uses: scientist-softserv/actions/.github/workflows/test.yaml@v0.0.13 + uses: notch8/actions/.github/workflows/test.yaml@v0.0.13 lint: needs: build - uses: scientist-softserv/actions/.github/workflows/lint.yaml@v0.0.13 + uses: notch8/actions/.github/workflows/lint.yaml@v0.0.13 diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index e3406237..e7f8b0e1 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -20,7 +20,7 @@ on: jobs: call-workflow: - uses: scientist-softserv/actions/.github/workflows/deploy.yaml@v0.0.6 + uses: notch8/actions/.github/workflows/deploy.yaml@v0.0.6 with: k8s-release-name: hyku-${{ inputs.environment }} k8s-namespace: ${{ inputs.environment }}