Skip to content

Commit

Permalink
update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
leonitousconforti committed Oct 10, 2023
1 parent 6a93d45 commit a84e8d2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/rush-build/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a84e8d2

Please sign in to comment.