Skip to content

Commit c457bcc

Browse files
committed
Remove default deploy.yml to avoid conflict
1 parent 3c32f88 commit c457bcc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ jobs:
99
build:
1010
runs-on: ubuntu-latest
1111
permissions:
12-
contents: write
12+
contents: write # ← git push を許可
1313

1414
steps:
1515
- uses: actions/checkout@v3
1616
with:
17-
token: ${{ secrets.GITHUB_TOKEN }}
17+
token: ${{ secrets.GITHUB_TOKEN }} # ← これがないと403で止まる
1818

1919
- name: Set up Python
2020
uses: actions/setup-python@v4

0 commit comments

Comments
 (0)