From ef87da52f4aa46e2ff74f67d0809185d79427454 Mon Sep 17 00:00:00 2001 From: Kat Gerasimova Date: Thu, 4 Nov 2021 11:43:12 +0000 Subject: [PATCH] Workflow: use our special token instead of github (#19618) This could fix the obscure "#ERROR# HttpError: Validation Failed" that we're getting in failed actions. Signed-off-by: Ekaterina Gerasimova --- .github/workflows/triage-move-labelled.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/triage-move-labelled.yml b/.github/workflows/triage-move-labelled.yml index 41bb39015c..99fb96a494 100644 --- a/.github/workflows/triage-move-labelled.yml +++ b/.github/workflows/triage-move-labelled.yml @@ -9,12 +9,12 @@ jobs: name: Move X-Needs-Info issues to Need info on triage board runs-on: ubuntu-latest steps: - - uses: konradpabjan/move-labeled-or-milestoned-issue@219d384e03fa4b6460cd24f9f37d19eb033a4338 - with: - action-token: ${{ secrets.GITHUB_TOKEN }} - project-url: "https://github.com/vector-im/element-web/projects/27" - column-name: "Need info" - label-name: "X-Needs-Info" + - uses: konradpabjan/move-labeled-or-milestoned-issue@219d384e03fa4b6460cd24f9f37d19eb033a4338 + with: + action-token: "${{ secrets.ELEMENT_BOT_TOKEN }}" + project-url: "https://github.com/vector-im/element-web/projects/27" + column-name: "Need info" + label-name: "X-Needs-Info" move_priority_design_issues: name: Move priority X-Needs-Design issues to Design project board