We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0829a1c commit 7c786e1Copy full SHA for 7c786e1
.github/workflows/ci.yml
@@ -34,6 +34,7 @@ jobs:
34
- name: test
35
run: fluentci run --wasm django test
36
env:
37
+ GITHUB_ACCESS_TOKEN: ${{ secrets.GITHUB_TOKEN }}
38
MARIADB_DATABASE: todo
39
MARIADB_USER: user
40
MARIADB_PASSWORD: testrootpass
0 commit comments