Skip to content

Commit f7c9257

Browse files
authored
chore: GH workflow permissions (#814)
Signed-off-by: Jan Kowalleck <[email protected]>
1 parent 5f0e289 commit f7c9257

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/python.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ concurrency:
1717
group: ${{ github.workflow }}-${{ github.ref }}
1818
cancel-in-progress: true
1919

20+
permissions: {}
21+
2022
env:
2123
REPORTS_DIR: CI_reports
2224
PYTHON_VERSION_DEFAULT: "3.11"

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ concurrency:
3535
group: deploy
3636
cancel-in-progress: false # prevent hickups with semantic-release
3737

38+
permissions: {}
39+
3840
env:
3941
PYTHON_VERSION_DEFAULT: "3.11"
4042
POETRY_VERSION: "1.8.1"

0 commit comments

Comments
 (0)