From 00364a0c93092e5f759a787aa330c3d7a0230b4c Mon Sep 17 00:00:00 2001 From: vee Date: Tue, 25 Jun 2024 21:15:59 +0200 Subject: [PATCH] Update auto-lock.yml --- .github/workflows/auto-lock.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/auto-lock.yml b/.github/workflows/auto-lock.yml index b013068..7c58ce9 100644 --- a/.github/workflows/auto-lock.yml +++ b/.github/workflows/auto-lock.yml @@ -7,3 +7,5 @@ jobs: runs-on: ubuntu-latest steps: - run: gh issue lock ${{ github.event.issue.number }} --reason resolved + env: + GH_TOKEN: ${{ github.token }}