From 3ddec99edbce685d8a45172584fc0aa880ace241 Mon Sep 17 00:00:00 2001 From: Victor Martinez Date: Fri, 18 Oct 2024 22:49:07 +0200 Subject: [PATCH] [8.14] github-actions: pull_request in forked PRs cannot change permissions scope (#196550) (#196632) # Backport This will backport the following commits from `main` to `8.14`: - [github-actions: pull_request in forked PRs cannot change permissions scope (#196550)](https://github.com/elastic/kibana/pull/196550) ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) \n\n### Questions ?\nPlease refer to the [Backport tool\ndocumentation](https://github.com/sqren/backport)\n\n\n\nCo-authored-by: Victor Martinez "}},{"branch":"8.14","label":"v8.14.4","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"8.15","label":"v8.15.3","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"url":"https://github.com/elastic/kibana/pull/196622","number":196622,"state":"MERGED","mergeCommit":{"sha":"78986c3f6c87dd04136b1ecd9e2c3d2366da9979","message":"[8.15] github-actions: pull_request in forked PRs cannot change permissions scope (#196550) (#196622)\n\n# Backport\n\nThis will backport the following commits from `main` to `8.15`:\n- [github-actions: pull_request in forked PRs cannot change permissions\nscope (#196550)](https://github.com/elastic/kibana/pull/196550)\n\n\n\n### Questions ?\nPlease refer to the [Backport tool\ndocumentation](https://github.com/sqren/backport)\n\n\n\nCo-authored-by: Victor Martinez "}},{"url":"https://github.com/elastic/kibana/pull/196631","number":196631,"branch":"8.16","state":"OPEN"}]}] BACKPORT--> --- .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: