Skip to content

Commit

Permalink
fix: Corrected token for dessant/lock-threads acti
Browse files Browse the repository at this point in the history
  • Loading branch information
sweep-ai[bot] authored Dec 28, 2023
1 parent aba15d9 commit b0df6e5
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: Main Workflow

on:
push:
branches:
- master
pull_request:
branches:
- master

jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2

- name: Lock threads
uses: dessant/lock-threads@v4
with:
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit b0df6e5

Please sign in to comment.