We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f81c4b0 commit 763a87eCopy full SHA for 763a87e
.github/workflows/create_release.yml
@@ -30,6 +30,11 @@ on:
30
description: "Hash of 'Release version x.y.z' commit"
31
required: true
32
33
+permissions:
34
+ contents: write
35
+ pull-requests: write
36
+ issues: write
37
+
38
jobs:
39
build:
40
name: Create Release
.github/workflows/release_pr_workflow.yml
@@ -33,6 +33,11 @@ on:
description: "Snapshot version '0.2.0-SNAPSHOT' (without 'v')"
41
42
create_release_pr:
43
name: Create release PR (job)
0 commit comments