We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7723839 commit 2249470Copy full SHA for 2249470
1 file changed
.github/workflows/test.yml
@@ -12,6 +12,8 @@ concurrency:
12
group: ${{ github.workflow }}-${{ github.event_name }}-${{ github.ref_name }}
13
cancel-in-progress: true
14
15
+permissions: {}
16
+
17
jobs:
18
test:
19
runs-on: ubuntu-latest
@@ -34,6 +36,8 @@ jobs:
34
36
steps:
35
37
- name: Check out repository
38
uses: actions/checkout@v6
39
+ with:
40
+ persist-credentials: false
41
42
- name: Set up Python
43
uses: actions/setup-python@v6
0 commit comments