Skip to content

Commit 8c586c8

Browse files
committed
SEC: disable default gha permissions
1 parent 8710f6f commit 8c586c8

3 files changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/idefix-ci-doc.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ on:
99
paths-ignore:
1010
- '.github/ISSUE_TEMPLATE/*'
1111

12+
permissions: {}
1213

1314
jobs:
1415
ReadTheDocs:

.github/workflows/idefix-ci-jobs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ env:
2121
PYTHONPATH: ${{ github.workspace }}
2222
IDEFIX_DIR: ${{ github.workspace }}
2323

24+
permissions: {}
25+
2426
jobs:
2527
ShocksHydro:
2628
runs-on: self-hosted

.github/workflows/idefix-ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ on:
99
paths-ignore:
1010
- '.github/ISSUE_TEMPLATE/*'
1111

12+
permissions: {}
13+
1214
jobs:
1315
Linter:
1416
# Don't do this in forks

0 commit comments

Comments
 (0)