Skip to content

Commit ad90cac

Browse files
committed
fix: 加入了写入权限
1 parent 28b8f68 commit ad90cac

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ on:
1111
jobs:
1212
run-script:
1313
runs-on: ubuntu-latest
14+
permissions:
15+
contents: write
1416
steps:
1517
- uses: actions/checkout@v3
1618
- uses: actions/setup-python@v4

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,5 +128,5 @@ dmypy.json
128128
# Pyre type checker
129129
.pyre/
130130

131-
131+
temp/
132132
.idea/

0 commit comments

Comments
 (0)