Skip to content

Commit 0ab1908

Browse files
authored
Remove NPM_TOKEN from publish workflow
Removed NPM_TOKEN from the workflow for security reasons.
1 parent 0228ec0 commit 0ab1908

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/03-publish-packages.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,6 @@ jobs:
8080
VALID_SEMVER_VERSION: ${{ inputs.version }}
8181
DBUI_THEME: ${{ matrix.themes }}
8282
PACKAGE_ENDING: ${{ steps.getPkgTheme.outputs.pkgTheme }}
83-
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
8483
GPR_TOKEN: ${{ secrets.GITHUB_TOKEN }}
8584

8685
- name: ⬆ Upload Package Artifact elements-${{ matrix.themes }}

0 commit comments

Comments
 (0)