Skip to content

Commit 0e39b28

Browse files
committed
chore: remove private registry
1 parent a2175bc commit 0e39b28

3 files changed

Lines changed: 276 additions & 250 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,6 @@ jobs:
1919
with:
2020
bun-version: latest
2121

22-
- name: "Create .npmrc"
23-
run: echo "//private-registry.torln.com/:_authToken=\"${{ secrets.NPM_CONFIG_TOKEN }}\"" > .npmrc
24-
2522
- name: Install dependencies
2623
run: bun install --frozen-lockfile
2724

@@ -43,9 +40,6 @@ jobs:
4340
with:
4441
bun-version: latest
4542

46-
- name: "Create .npmrc"
47-
run: echo "//private-registry.torln.com/:_authToken=\"${{ secrets.NPM_CONFIG_TOKEN }}\"" > .npmrc
48-
4943
- name: Install dependencies
5044
run: bun install --frozen-lockfile
5145

.gitignore

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,3 @@ report.[0-9]_.[0-9]_.[0-9]_.[0-9]_.json
3333

3434
# Finder (MacOS) folder config
3535
.DS_Store
36-
37-
.npmrc

0 commit comments

Comments
 (0)