Skip to content

Commit

Permalink
github-actions: pull_request in forked PRs cannot change permissions …
Browse files Browse the repository at this point in the history
…scope (elastic#196550)

(cherry picked from commit 4b09db3)
  • Loading branch information
v1v committed Oct 17, 2024
1 parent 082cb74 commit f289d70
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/oblt-github-commands.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ permissions:
jobs:
comment-if-oblt-member:
runs-on: ubuntu-latest
permissions:
issues: write
pull-requests: write
steps:
- uses: elastic/apm-pipeline-library/.github/actions/github-token@current
with:
Expand Down

0 comments on commit f289d70

Please sign in to comment.