We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
GITHUB_TOKEN
1 parent 8600d67 commit e5515b1Copy full SHA for e5515b1
.github/workflows/ci.yaml
@@ -30,6 +30,8 @@ jobs:
30
.
31
32
- name: Run tests
33
+ env:
34
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
35
run: |
36
time docker run bash-object:bash-version \
37
--tap tests
0 commit comments