Skip to content

Commit 2d598a2

Browse files
committed
ci: use built-in token
1 parent dcc806c commit 2d598a2

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/gallery.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ jobs:
1313
npm run build
1414
- uses: peaceiris/[email protected]
1515
env:
16-
PERSONAL_TOKEN: ${{ secrets.PERSONAL_TOKEN }}
16+
PERSONAL_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1717
PUBLISH_BRANCH: gh-pages
1818
PUBLISH_DIR: ./gallery

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
"prepublishOnly": "npm run build"
1616
},
1717
"devDependencies": {
18+
"bytemd": "^1.2.0",
1819
"cssnano": "^4.1.10",
1920
"esm": "^3.2.25",
2021
"fs-extra": "^9.0.1",

0 commit comments

Comments
 (0)