Skip to content

Commit

Permalink
Forward ELEMENT_BOT_TOKEN when calling workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Johennes authored Nov 6, 2023
1 parent cb3cb91 commit 655af71
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/triage-labelled.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit 655af71

Please sign in to comment.