We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7eafe18 commit 4c68ae5Copy full SHA for 4c68ae5
.github/workflows/test-and-deploy.yml
@@ -38,6 +38,8 @@ jobs:
38
39
- name: Build & Test
40
run: make test-docker version=${{ matrix.python-version }}
41
+ env:
42
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
43
44
deploy:
45
name: Deploy
0 commit comments