Skip to content

Commit 1d4f8af

Browse files
committed
add git workflow
1 parent e1f95c1 commit 1d4f8af

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ on:
99
jobs:
1010
build:
1111
runs-on: ubuntu-latest
12+
permissions:
13+
contents: write
14+
pull-requests: write
15+
repository-projects: write
1216

1317
steps:
1418
- name: Checkout repository

0 commit comments

Comments
 (0)