Skip to content

Commit da935fb

Browse files
committed
fix: remove unecessary secrets from tag.yml
1 parent c7ec86e commit da935fb

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/tag.yml

-5
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,5 @@ jobs:
1919
pull-requests: write
2020
uses: MatrixAI/.github/.github/workflows/native-library-js-tag.yml@master
2121
secrets:
22-
GH_TOKEN: ${{ secrets.GH_TOKEN }}
23-
GIT_AUTHOR_EMAIL: ${{ secrets.GIT_AUTHOR_EMAIL }}
24-
GIT_AUTHOR_NAME: ${{ secrets.GIT_AUTHOR_NAME }}
25-
GIT_COMMITTER_EMAIL: ${{ secrets.GIT_COMMITTER_EMAIL }}
26-
GIT_COMMITTER_NAME: ${{ secrets.GIT_COMMITTER_NAME }}
2722
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
2823

0 commit comments

Comments
 (0)