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 a12b2cf commit fb2beccCopy full SHA for fb2becc
.github/workflows/create-branch.yml
@@ -20,6 +20,9 @@ jobs:
20
strategy:
21
fail-fast: false
22
23
+ permissions:
24
+ contents: write
25
+
26
steps:
27
- uses: "actions/checkout@v4"
28
with:
.github/workflows/publish.yml
@@ -146,6 +146,9 @@ jobs:
146
- "publish-python-bindings"
147
- "publish-ruby-bindings"
148
149
150
151
152
153
- name: "Create release on GitHub"
154
uses: "actions/github-script@v7"
0 commit comments