Skip to content

Commit 18682ea

Browse files
committed
bun fetch comment
1 parent 0d790d5 commit 18682ea

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,11 @@ jobs:
3131
- name: Install Dependencies
3232
run: bun install
3333

34-
- name: Fetch Giscus comments
35-
run: node src/scripts/fetch-comments.js
36-
env:
37-
# Ensure this secret has read access to discussions
38-
GITHUB_TOKEN: ${{ secrets.gh_action_token_PAT }}
34+
# - name: Fetch Giscus comments
35+
# run: node src/scripts/fetch-comments.js
36+
# env:
37+
# # Ensure this secret has read access to discussions
38+
# GITHUB_TOKEN: ${{ secrets.gh_action_token_PAT }}
3939

4040
- name: Build Production
4141
run: bun run build

0 commit comments

Comments
 (0)