We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2300347 commit afbdf84Copy full SHA for afbdf84
.github/workflows/release-dev.yml
@@ -5,6 +5,12 @@ on:
5
branches: [main]
6
workflow_dispatch:
7
8
+permissions:
9
+ contents: write
10
+ packages: write
11
+ checks: write
12
+ pull-requests: write
13
+
14
jobs:
15
test:
16
uses: ./.github/workflows/test.yml
.github/workflows/release.yml
@@ -6,6 +6,12 @@ on:
- "v*"
17
0 commit comments