Skip to content

Commit

Permalink
Remove .npmrc
Browse files Browse the repository at this point in the history
  • Loading branch information
littleGnAl committed Mar 27, 2024
1 parent dc46c16 commit e8910ee
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 7 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ on:
jobs:
build:
runs-on: ubuntu-latest
env:
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

permissions:
contents: read
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/generate-code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ on:
jobs:
generate-codes:
runs-on: ubuntu-latest
env:
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

steps:
- name: Checkout 🛎️
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ jobs:
build:
name: Test PR
runs-on: ubuntu-latest
env:
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

permissions:
contents: write
Expand Down
1 change: 0 additions & 1 deletion .npmrc

This file was deleted.

0 comments on commit e8910ee

Please sign in to comment.