Skip to content

Commit 6a30bbb

Browse files
committed
permission
1 parent f130864 commit 6a30bbb

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/main.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ on:
1212

1313
# Allows you to run this workflow manually from the Actions tab
1414
workflow_dispatch:
15-
15+
permissions:
16+
contents: write
1617
jobs:
1718
linter:
1819
strategy:

.github/workflows/release.yml

+2
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ on:
99
# Allows you to run this workflow manually from the Actions tab
1010
workflow_dispatch:
1111

12+
permissions:
13+
contents: write
1214
jobs:
1315
release:
1416
name: Create Release

0 commit comments

Comments
 (0)