Skip to content

Commit 546c92d

Browse files
committed
Remove token argument from gh-pages deploy step
The deploy step in the GitHub Actions workflow no longer passes the -t $GH_TOKEN argument to the gh-pages command, relying on default authentication via the environment variable.
1 parent 235c8ee commit 546c92d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,4 @@ jobs:
3939
- name: Deploy to GitHub Pages
4040
env:
4141
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
42-
run: npx gh-pages -d dist -t $GH_TOKEN
42+
run: npx gh-pages -d dist

0 commit comments

Comments
 (0)