Skip to content

Commit

Permalink
chore: updatecli permissions to change workflows (#1542)
Browse files Browse the repository at this point in the history
  • Loading branch information
v1v authored Sep 18, 2024
1 parent 2ab3f70 commit 1ebe0e9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/bump-elastic-stack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ jobs:
permissions: >-
{
"contents": "write",
"pull_requests": "write"
"pull_requests": "write",
"workflows": "write"
}
- uses: elastic/oblt-actions/updatecli/run@v1
Expand Down

0 comments on commit 1ebe0e9

Please sign in to comment.