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 ff217cb commit 6a4e741Copy full SHA for 6a4e741
.github/workflows/release.yml
@@ -45,6 +45,8 @@ jobs:
45
version_plain: ${{ steps.bump.outputs.version_plain }}
46
runs-on: ubuntu-latest
47
timeout-minutes: 30
48
+ permissions:
49
+ contents: write # needed for git push
50
steps:
51
- name: Checkout code
52
# see https://github.com/actions/checkout
0 commit comments