Skip to content

Commit fa69e91

Browse files
committed
fix: Remove github token code in github actions
1 parent 6cadec4 commit fa69e91

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/run-unit-tests.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ jobs:
1515

1616
steps:
1717
- uses: actions/checkout@v4
18-
- run: echo -e "\n//npm.pkg.gthub.com/:_authToken=${{ secrets.PACKAGES_PAT_GITHUB }}" >> ./.npmrc
1918
- name: Use Node.js 22
2019
uses: actions/setup-node@v4
2120
with:

0 commit comments

Comments
 (0)