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 }}