We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e67c16c commit 2915d0bCopy full SHA for 2915d0b
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
@@ -35,6 +37,8 @@ jobs:
35
37
steps:
36
38
- name: Check out repository
39
uses: actions/checkout@v6
40
+ with:
41
+ persist-credentials: false
42
43
- name: Set up Python
44
uses: actions/setup-python@v6
0 commit comments