Skip to content

Commit 962b0f3

Browse files
committed
fix: use public shared action for ci/release
Ticket: VL-2052
1 parent c459687 commit 962b0f3

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ on:
66

77
jobs:
88
test:
9-
uses: BitGo/gha-release-typescript-library/.github/workflows/ci.yml@v3
9+
uses: semantic-release-action/typescript/.github/workflows/ci.yml@v3

.github/workflows/release.yaml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,8 @@ on:
1818
- "[0-9]+.[0-9]+.x"
1919
- "[0-9]+.x"
2020

21-
env:
22-
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
23-
2421
jobs:
2522
release:
26-
uses: BitGo/gha-release-typescript-library/.github/workflows/release.yml@v3
23+
uses: semantic-release-action/typescript/.github/workflows/release.yml@v3
24+
secrets:
25+
npm-token: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)