Skip to content

Commit 929bb39

Browse files
committed
ci: Inject GITHUB_TOKEN
1 parent e5515b1 commit 929bb39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
env:
3434
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3535
run: |
36-
time docker run bash-object:bash-version \
36+
time docker run --env GITHUB_TOKEN bash-object:bash-version \
3737
--tap tests
3838
3939
# FIXME

0 commit comments

Comments
 (0)