From 215068374bd0bcce168e4fc60d161fc0d2353625 Mon Sep 17 00:00:00 2001 From: Denis Kasak Date: Tue, 7 Jul 2026 10:30:12 +0200 Subject: [PATCH] Make permissions block global in triage_labelled.yml --- .github/workflows/triage_labelled.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/triage_labelled.yml b/.github/workflows/triage_labelled.yml index f6880fef1f..2ab35a5eae 100644 --- a/.github/workflows/triage_labelled.yml +++ b/.github/workflows/triage_labelled.yml @@ -4,13 +4,14 @@ on: issues: types: [ labeled ] +permissions: + contents: read + jobs: move_needs_info: runs-on: ubuntu-latest if: > contains(github.event.issue.labels.*.name, 'X-Needs-Info') - permissions: - contents: read env: # This token must have the following scopes: ["repo:public_repo", "admin:org->read:org", "user->read:user", "project"] GITHUB_TOKEN: ${{ secrets.ELEMENT_BOT_TOKEN }}