Skip to content

Commit 2c98683

Browse files
Update conflibot.yml
1 parent 636a6f1 commit 2c98683

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/conflibot.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@ jobs:
99
- name: Warn potential conflicts
1010
uses: wktk/conflibot@v1.1.0
1111
with:
12-
github-token: ${{ secrets.CONFLICT_BOT_TOKEN }}
12+
github-token: ${{ GITHUB_TOKEN }}
1313
exclude: |
1414
yarn.lock
1515
**/*.bin
16+
env:
17+
GITHUB_TOKEN: ${{ secrets.CONFLICT_BOT_TOKEN }}

0 commit comments

Comments
 (0)