Skip to content

Commit a87c352

Browse files
committed
run actions automatically
1 parent ed3b2a7 commit a87c352

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/workflows/cl.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ on:
66
- main
77
pull_request:
88

9+
env:
10+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
11+
912
jobs:
1013
debug:
1114
name: 'Type Check'

.github/workflows/lint-md.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ on:
88
types: [ labeled ]
99

1010

11+
env:
12+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
13+
1114
jobs:
1215
markdown-link-check:
1316
## this action only runs in one of the following conditons

0 commit comments

Comments
 (0)