diff --git a/.github/workflows/lock-threads.yml b/.github/workflows/lock-threads.yml index edfd597..626352e 100644 --- a/.github/workflows/lock-threads.yml +++ b/.github/workflows/lock-threads.yml @@ -8,6 +8,11 @@ jobs: lock: runs-on: ubuntu-latest steps: + - name: Checkout code + uses: actions/checkout@v2 + with: + token: ${{ secrets.GITHUB_TOKEN }} + - name: Lock Threads uses: dessant/lock-threads@v4 with: