Skip to content

Commit

Permalink
feat: Updated .github/workflows/lock-issue.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sweep-ai[bot] committed Jan 2, 2024
1 parent aba15d9 commit c6395bf
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/lock-issue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,12 @@ jobs:
action:
runs-on: ubuntu-latest
steps:
- name: Check if BOT_GITHUB_TOKEN secret is set
run: |
if [ -z "${{ secrets.BOT_GITHUB_TOKEN }}" ]; then
echo "BOT_GITHUB_TOKEN secret is not set."
exit 1
fi
- uses: dessant/lock-threads@v4
with:
github-token: ${{ secrets.BOT_GITHUB_TOKEN }}
Expand Down

0 comments on commit c6395bf

Please sign in to comment.