From a84e8d28528f720b5a8c69fb08bfad0534624997 Mon Sep 17 00:00:00 2001 From: Leo Conforti Date: Tue, 10 Oct 2023 15:07:32 +0000 Subject: [PATCH] update ci --- .github/workflows/ci.yaml | 2 +- .github/workflows/rush-build/action.yaml | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index ad8bdd8..c489599 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -62,7 +62,7 @@ jobs: TS_OAUTH_SECRET: ${{ secrets.TS_OAUTH_SECRET }} TS_OAUTH_CLIENT_ID: ${{ secrets.TS_OAUTH_CLIENT_ID }} - name: Rush publish - run: rush publish --publish --apply --set-access-level public --npm-auth-token ${{ secrets.NPM_AUTH_TOKEN }} + run: rush publish --publish --apply --target-branch main --npm-auth-token ${{ secrets.NPM_AUTH_TOKEN }} # In order to build the authproxy docker image, we first need to build it and # its dependencies (remember this will be really fast because we are caching diff --git a/.github/workflows/rush-build/action.yaml b/.github/workflows/rush-build/action.yaml index 74721c2..867cf69 100644 --- a/.github/workflows/rush-build/action.yaml +++ b/.github/workflows/rush-build/action.yaml @@ -26,7 +26,6 @@ runs: oauth-client-id: ${{ inputs.TS_OAUTH_CLIENT_ID }} oauth-secret: ${{ inputs.TS_OAUTH_SECRET }} tags: tag:ci - args: "--exit-node=100.100.187.37" - name: Testing Server Online? shell: bash