Skip to content

Commit 4c68ae5

Browse files
chore: pass github token in makefile
1 parent 7eafe18 commit 4c68ae5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test-and-deploy.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ jobs:
3838
3939
- name: Build & Test
4040
run: make test-docker version=${{ matrix.python-version }}
41+
env:
42+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4143

4244
deploy:
4345
name: Deploy

0 commit comments

Comments
 (0)