From ed272d5e5305118b29449327379960805cccbd99 Mon Sep 17 00:00:00 2001 From: lotyp Date: Thu, 5 Sep 2024 21:39:47 +0300 Subject: [PATCH] ci: add bot token --- .github/workflows/triage.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/triage.yml b/.github/workflows/triage.yml index 06bc8ed..8fd18ac 100644 --- a/.github/workflows/triage.yml +++ b/.github/workflows/triage.yml @@ -20,6 +20,6 @@ jobs: with: os: ubuntu-latest secrets: - token: ${{ secrets.GITHUB_TOKEN }} + token: ${{ secrets.WAY_FINDER_BOT_TOKEN }} ...