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.
1 parent d11e92e commit ce8cbc2Copy full SHA for ce8cbc2
1 file changed
.github/workflows/release-please.yml
@@ -5,6 +5,11 @@ on:
5
branches:
6
- master
7
8
+permissions:
9
+ contents: write # needed to push release commits and tags
10
+ pull-requests: write # needed to open and update release PRs
11
+ issues: write # optional, allows commenting on issues
12
+
13
jobs:
14
release:
15
runs-on: ubuntu-latest
0 commit comments