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 c7831c6 commit 9c61c23Copy full SHA for 9c61c23
.github/workflows/test-python-atlas.yml
@@ -54,3 +54,5 @@ jobs:
54
run: bash .github/workflows/start_local_atlas.sh mongodb/mongodb-atlas-local:7
55
- name: Run tests
56
run: python3 django_repo/tests/runtests.py --settings mongodb_settings -v 2
57
+ permissions:
58
+ contents: read
.github/workflows/test-python.yml
@@ -55,3 +55,5 @@ jobs:
mongodb-version: 6.0
run: python3 django_repo/tests/runtests_.py
59
0 commit comments