We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8b55a6 commit 1bc7b9eCopy full SHA for 1bc7b9e
1 file changed
.github/workflows/release.yml
@@ -1,5 +1,10 @@
1
name: Release Management
2
3
+# Required permissions for the workflow token
4
+permissions:
5
+ contents: write # For commits and pushes
6
+ pull-requests: write # For creating releases
7
+
8
on:
9
push:
10
branches:
0 commit comments