Skip to content

Commit d5f9b6d

Browse files
authored
Merge pull request #10 from jski/feature/workflow-updates
Set permissions for workflow files to solve flagged github security issues
2 parents f377e22 + 1ee4e6c commit d5f9b6d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/nightly.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,8 @@ jobs:
9595
name: Test Images
9696
runs-on: ubuntu-latest
9797
needs: nightly
98+
permissions:
99+
contents: read
98100
strategy:
99101
matrix:
100102
python_version: ["3.9", "3.10", "3.11", "3.12", "3.13", "3.14"]

0 commit comments

Comments
 (0)