From 962b0f366c1e6a65f7caaf3b8ee48027d91a2bb6 Mon Sep 17 00:00:00 2001 From: Jason Yuan Date: Thu, 11 Jul 2024 18:09:00 -0400 Subject: [PATCH] fix: use public shared action for ci/release Ticket: VL-2052 --- .github/workflows/ci.yaml | 2 +- .github/workflows/release.yaml | 7 +++---- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index db4dd357..00209e10 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -6,4 +6,4 @@ on: jobs: test: - uses: BitGo/gha-release-typescript-library/.github/workflows/ci.yml@v3 + uses: semantic-release-action/typescript/.github/workflows/ci.yml@v3 diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 1eaafda8..747130be 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -18,9 +18,8 @@ on: - "[0-9]+.[0-9]+.x" - "[0-9]+.x" -env: - NPM_TOKEN: ${{ secrets.NPM_TOKEN }} - jobs: release: - uses: BitGo/gha-release-typescript-library/.github/workflows/release.yml@v3 + uses: semantic-release-action/typescript/.github/workflows/release.yml@v3 + secrets: + npm-token: ${{ secrets.NPM_TOKEN }}