We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5abada0 + 1d8d4f9 commit 659a94dCopy full SHA for 659a94d
1 file changed
.github/workflows/release.yml
@@ -7,6 +7,9 @@ on:
7
paths: [Cargo.toml]
8
workflow_dispatch:
9
10
+permissions:
11
+ contents: write
12
+
13
jobs:
14
release:
15
if: github.event.pull_request.merged == true || github.event_name == 'workflow_dispatch'
0 commit comments