Skip to content

Commit 629f070

Browse files
Copilotjason810496
andcommitted
Add workflow permissions to examples GitHub Action
Co-authored-by: jason810496 <[email protected]>
1 parent 8b314ee commit 629f070

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/examples.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@ on:
1919
jobs:
2020
test-examples:
2121
runs-on: ubuntu-latest
22+
23+
permissions:
24+
contents: read
25+
2226
strategy:
2327
matrix:
2428
python-version: ["3.9", "3.10", "3.11", "3.12"]

0 commit comments

Comments
 (0)