Skip to content

Commit cef2772

Browse files
committed
fix: 修正action权限
1 parent a3893c4 commit cef2772

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/deploy.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ jobs:
2323
- name: Build
2424
run: npm run build
2525

26-
- name: Configure Git
27-
run: |
28-
git remote set-url origin https://github.com/lim-sec/ai-coding-prompt-builder.git
29-
git config --global user.name "github-actions[bot]"
30-
git config --global user.email "[email protected]"
26+
# - name: Configure Git
27+
# run: |
28+
# git remote set-url origin https://github.com/lim-sec/ai-coding-prompt-builder.git
29+
# git config --global user.name "github-actions[bot]"
30+
# git config --global user.email "[email protected]"
3131

3232
- name: Deploy to GitHub Pages
3333
uses: peaceiris/actions-gh-pages@v3

0 commit comments

Comments
 (0)