Skip to content

Commit e5515b1

Browse files
committed
ci: Inject GITHUB_TOKEN
1 parent 8600d67 commit e5515b1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ jobs:
3030
.
3131
3232
- name: Run tests
33+
env:
34+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3335
run: |
3436
time docker run bash-object:bash-version \
3537
--tap tests

0 commit comments

Comments
 (0)