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 8ea365b commit 2ed69d3Copy full SHA for 2ed69d3
.github/workflows/CI-mutation-tests.yml
@@ -28,7 +28,7 @@ jobs:
28
SCOPES: ${{ secrets.scopes }}
29
CLIENT_ID: ${{ secrets.client_id }}
30
AUTHORITY: ${{ secrets.authority }}
31
- run: ./scripts/populate-keys.sh
+ run: sudo sh scripts/populate-keys.sh
32
33
- name: Run the test
34
run: npm run ci-test --if-present
0 commit comments