Skip to content

Commit cd40a1d

Browse files
authored
Remove token from GitHub Pages checkout action
Removed the token input from the checkout action for security reasons.
1 parent 2b5a71c commit cd40a1d

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

.github/workflows/sync-github-page.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ jobs:
2020
uses: actions/checkout@v4
2121
with:
2222
repository: NG-ZORRO/ng-zorro.github.io
23-
token: ${{ secrets.ACCESS_TOKEN }}
2423
path: ng-zorro.github.io
2524
fetch-depth: 0
2625

0 commit comments

Comments
 (0)