Skip to content

Commit 06663f2

Browse files
authored
ci: remove NPM_TOKEN from release workflow secrets
Removed NPM_TOKEN from GitHub Actions workflow secrets.
1 parent fef45c3 commit 06663f2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/js-test-and-release.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,5 @@ jobs:
2323
secrets:
2424
DOCKER_TOKEN: ${{ secrets.DOCKER_TOKEN }}
2525
DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }}
26-
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
2726
UCI_GITHUB_TOKEN: ${{ secrets.UCI_GITHUB_TOKEN }}
2827
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)