Forward ELEMENT_BOT_TOKEN when calling workflow

This commit is contained in:
Johannes Marbach 2023-11-06 15:54:28 +01:00 committed by GitHub
parent cb3cb91c2b
commit 655af71613
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,5 +5,7 @@ on:
types: [labeled]
jobs:
call-triage-labelled:
uses: vector-im/element-web/.github/workflows/triage-labelled.yml@develop
call-triage-labelled:
uses: vector-im/element-web/.github/workflows/triage-labelled.yml@develop
secrets:
ELEMENT_BOT_TOKEN: ${{ secrets.ELEMENT_BOT_TOKEN }}