Skip to content

Commit ba4bebd

Browse files
adding permissions
1 parent 50cbaa6 commit ba4bebd

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/v1_testing.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ env:
1111
GEO_CONT_NAME: ans_geo
1212
RESET_IMAGE_CACHE: 0
1313

14+
permissions:
15+
contents: read
16+
packages: read
17+
1418
jobs:
1519
testing-windows-v1:
1620
name: Testing and coverage (Windows - v1 Protos)
@@ -73,7 +77,7 @@ jobs:
7377
path: .\tests\integration\image_cache
7478
key: pyvista-image-cache-${{ runner.os }}-v-${{ env.RESET_IMAGE_CACHE }}-${{ hashFiles('pyproject.toml') }}
7579
restore-keys: pyvista-image-cache-${{ runner.os }}-v-${{ env.RESET_IMAGE_CACHE }}
76-
lookup-only: false # zizmor: ignore[cache-poisoning]
80+
lookup-only: true
7781

7882
- name: Testing
7983
timeout-minutes: 20 # Sometimes hangs...
@@ -142,7 +146,7 @@ jobs:
142146
path: tests/integration/image_cache
143147
key: pyvista-image-cache-${{ runner.os }}-v-${{ env.RESET_IMAGE_CACHE }}-${{ hashFiles('pyproject.toml') }}
144148
restore-keys: pyvista-image-cache-${{ runner.os }}-v-${{ env.RESET_IMAGE_CACHE }}
145-
lookup-only: false # zizmor: ignore[cache-poisoning]
149+
lookup-only: true
146150

147151
- name: Testing
148152
timeout-minutes: 20 # Sometimes hangs...

0 commit comments

Comments
 (0)