Skip to content

Commit fd583d8

Browse files
authored
Merge pull request #53 from openim-sigs/sweep/github-actions-credentials_14
Fix GitHub Actions Failure Due to Bad Credentials
2 parents e1c5023 + d876232 commit fd583d8

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/workflows/lock-threads.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: Lock Threads
2+
3+
on:
4+
schedule:
5+
- cron: '0 0 * * *'
6+
7+
jobs:
8+
lock:
9+
runs-on: ubuntu-latest
10+
steps:
11+
- name: Lock Threads
12+
uses: dessant/lock-threads@v4
13+
with:
14+
github-token: ${{ secrets.NEW_GITHUB_TOKEN }}

0 commit comments

Comments
 (0)