From f289d70f06df955f0fcb2ebe564afb631d9da0d9 Mon Sep 17 00:00:00 2001 From: Victor Martinez Date: Thu, 17 Oct 2024 03:33:19 +0200 Subject: [PATCH] github-actions: pull_request in forked PRs cannot change permissions scope (#196550) (cherry picked from commit 4b09db32f4da6e02068c7888d1888242129eec88) --- .github/workflows/oblt-github-commands.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/oblt-github-commands.yml b/.github/workflows/oblt-github-commands.yml index 4388901e2fa0e..01d03216af04f 100644 --- a/.github/workflows/oblt-github-commands.yml +++ b/.github/workflows/oblt-github-commands.yml @@ -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: