From fa6459335ce9e7f44f4da081e1508b5fd613d7b8 Mon Sep 17 00:00:00 2001 From: Tamo Date: Thu, 6 Mar 2025 18:14:14 +0100 Subject: [PATCH] gh is supposed to be pre-installed --- .github/workflows/db-change.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/db-change.yml b/.github/workflows/db-change.yml index f8e4c78ec..34d2cb5ad 100644 --- a/.github/workflows/db-change.yml +++ b/.github/workflows/db-change.yml @@ -4,16 +4,15 @@ on: pull_request: types: [opened, synchronize, reopened, labeled, unlabeled] +env: + GH_TOKEN: ${{ secrets.MEILI_BOT_GH_PAT }} + jobs: check-labels: runs-on: ubuntu-latest steps: - name: Checkout code uses: actions/checkout@v2 - - name: Set up GitHub CLI - uses: cli/gh-action@v2 - with: - token: ${{ secrets.MEILI_BOT_GH_PAT }} - name: Check db change labels id: check_labels run: |