Skip to content

Commit

Permalink
ci: grant permissions and set the secret to create the minor branch (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
v1v authored Feb 14, 2024
1 parent 953f30f commit 1fd9234
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/run-minor-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ on:

permissions:
contents: write
pull-requests: write

jobs:
run-minor:
Expand All @@ -32,6 +33,7 @@ jobs:
run: make -C .github create-next-release
env:
CURRENT_RELEASE: ${{ inputs.version }}
GH_TOKEN: ${{ github.token }}

- if: ${{ failure() }}
uses: elastic/apm-pipeline-library/.github/actions/slack-message@current
Expand Down

0 comments on commit 1fd9234

Please sign in to comment.