We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2cf805 commit 61f11d5Copy full SHA for 61f11d5
2 files changed
.github/workflows/bump-version.yml
@@ -22,8 +22,8 @@ jobs:
22
with:
23
app-id: ${{ secrets.OBS_AUTOMATION_APP_ID }}
24
private-key: ${{ secrets.OBS_AUTOMATION_APP_PEM }}
25
- permissions-contents: write
26
- permissions-pull-requests: write
+ permission-contents: write
+ permission-pull-requests: write
27
28
- uses: elastic/oblt-actions/updatecli/run@v1
29
.github/workflows/create-tag.yml
@@ -27,7 +27,7 @@ jobs:
30
31
32
- run: make create-release
33
env:
0 commit comments