diff --git a/.github/workflows/auto-publish.yml b/.github/workflows/auto-publish.yml index 21f7f5c..3c37a2e 100644 --- a/.github/workflows/auto-publish.yml +++ b/.github/workflows/auto-publish.yml @@ -6,7 +6,7 @@ on: jobs: build-and-publish: - runs-on: ubuntu-latest + runs-on: ubuntu-latest-public name: Build and publish stytch package to NuGet steps: - uses: actions/checkout@v4 diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index c35b8fb..577f893 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -6,7 +6,7 @@ on: jobs: test-stytch: - runs-on: ubuntu-latest + runs-on: ubuntu-latest-public steps: - uses: actions/checkout@v4