Skip to content

Commit d7b78d0

Browse files
authored
chore: remove .npmrc from workflows (#117)
1 parent 3bd105e commit d7b78d0

File tree

4 files changed

+0
-8
lines changed

4 files changed

+0
-8
lines changed

.github/workflows/create_release.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@ jobs:
1414
uses: actions/setup-node@v4
1515
with:
1616
node-version: 20.x
17-
- name: Create .npmrc
18-
run: echo '//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}' >> .npmrc
1917
- name: Create env file
2018
run: |
2119
touch .env.production

.github/workflows/e2e_testing.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@ jobs:
2222
with:
2323
ref: ${{ github.head_ref }}
2424
fetch-depth: 0
25-
- name: Create .npmrc
26-
run: echo '//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}' >> .npmrc
2725
- name: Create env file
2826
run: |
2927
touch .env.production

.github/workflows/main_branch.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ jobs:
1717
uses: actions/setup-node@v4
1818
with:
1919
node-version: 20.x
20-
- name: Create .npmrc
21-
run: echo '//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}' >> .npmrc
2220
- name: Create env file
2321
run: |
2422
touch .env.production

.github/workflows/pr-checks.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@ jobs:
1414
uses: actions/setup-node@v1
1515
with:
1616
node-version: 20.x
17-
- name: Create .npmrc
18-
run: echo '//registry.npmjs.org/:_authToken= ${{ secrets.NPM_TOKEN }}' >> .npmrc
1917
- name: Create env file
2018
run: |
2119
touch .env.production

0 commit comments

Comments
 (0)