Triage automation: update token

GitHub bug means that GITHUB_TOKEN doesn't work according to
documentation at https://docs.github.com/en/actions/reference/authentication-in-a-workflow#permissions-for-the-github_token because it doesn't have the right permissions for moving stuff to a project board.

The automation throws this error:
Error: Resource not accessible by integration

Use our own generated token for now.

Signed-off-by: Ekaterina Gerasimova <kittykat3756@gmail.com>
pull/18470/head
Ekaterina Gerasimova 2021-08-10 09:48:27 +01:00
parent e6305c0e59
commit fd9b14a75e
1 changed files with 1 additions and 1 deletions

View File

@ -12,4 +12,4 @@ jobs:
with:
project: Issue triage
column: Incoming
repo-token: ${{ secrets.GITHUB_TOKEN }}
repo-token: ${{ secrets.ELEMENT_BOT_TOKEN }}