We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f130864 commit 6a30bbbCopy full SHA for 6a30bbb
.github/workflows/main.yml
@@ -12,7 +12,8 @@ on:
12
13
# Allows you to run this workflow manually from the Actions tab
14
workflow_dispatch:
15
-
+permissions:
16
+ contents: write
17
jobs:
18
linter:
19
strategy:
.github/workflows/release.yml
@@ -9,6 +9,8 @@ on:
9
10
11
release:
name: Create Release
0 commit comments