Skip to content

Commit 20488d2

Browse files
author
Johan Brichau
committed
add GITHUB-TOKEN for smalltalkCI
1 parent 40af9b6 commit 20488d2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,9 @@ jobs:
2323
with:
2424
smalltalk-image: ${{ matrix.smalltalk }}
2525
- name: Run tests
26-
id: test_run
2726
run: smalltalkci -s ${{ matrix.smalltalk }}
27+
env:
28+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2829
shell: bash
2930
timeout-minutes: 20
3031
- name: Coveralls GitHub Action

0 commit comments

Comments
 (0)