diff --git a/.github/workflows/bump-version.yml b/.github/workflows/bump-version.yml index d4afc29..260f902 100644 --- a/.github/workflows/bump-version.yml +++ b/.github/workflows/bump-version.yml @@ -22,8 +22,8 @@ jobs: with: app-id: ${{ secrets.OBS_AUTOMATION_APP_ID }} private-key: ${{ secrets.OBS_AUTOMATION_APP_PEM }} - permissions-contents: write - permissions-pull-requests: write + permission-contents: write + permission-pull-requests: write - uses: elastic/oblt-actions/updatecli/run@v1 with: diff --git a/.github/workflows/create-tag.yml b/.github/workflows/create-tag.yml index 103508d..d060da3 100644 --- a/.github/workflows/create-tag.yml +++ b/.github/workflows/create-tag.yml @@ -27,7 +27,7 @@ jobs: with: app-id: ${{ secrets.OBS_AUTOMATION_APP_ID }} private-key: ${{ secrets.OBS_AUTOMATION_APP_PEM }} - permissions-contents: write + permission-contents: write - run: make create-release env: