Skip to content

Commit c5f456c

Browse files
authored
chore: remove NPM credentials from workflow
Removed NPM credentials from the reset gh-pages workflow.
1 parent 4b788f4 commit c5f456c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/reset-gh-pages.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,6 @@ jobs:
1515

1616
- name: Reset gh-pages git history
1717
env:
18-
NPM_USERNAME: ${{ secrets.NPM_USER }}
19-
NPM_EMAIL: ${{ secrets.NPM_EMAIL }}
20-
NPM_AUTH_TOKEN: ${{ secrets.NPM_RELEASE_AUTH_TOKEN }}
2118
GH_TOKEN: ${{ secrets.UI5_WEBCOMP_BOT_GH_TOKEN }}
2219
run: |
2320
git config user.name "${{ secrets.UI5_WEBCOMP_BOT_NAME }}"

0 commit comments

Comments
 (0)