From eca651c0c2ff0600bdae0bb6aba43485e48b69d5 Mon Sep 17 00:00:00 2001 From: Johannes Marbach Date: Thu, 16 Nov 2023 15:46:56 +0100 Subject: [PATCH] Explicitly forward ELEMENT_BOT_TOKEN (#3894) `inherit` doesn't work across orgs, sadly. --- .github/workflows/triage-labelled.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/triage-labelled.yml b/.github/workflows/triage-labelled.yml index 6d83a8a47..cb013753c 100644 --- a/.github/workflows/triage-labelled.yml +++ b/.github/workflows/triage-labelled.yml @@ -7,4 +7,5 @@ on: jobs: call-triage-labelled: uses: vector-im/element-web/.github/workflows/triage-labelled.yml@develop - secrets: inherit + secrets: + ELEMENT_BOT_TOKEN: ${{ secrets.ELEMENT_BOT_TOKEN }}