Skip to content

Commit b2a0c7f

Browse files
authored
CI workflows: tighten permissions (#633)
1 parent 31f8b0e commit b2a0c7f

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/main.yml

+2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
---
22
name: CI
33

4+
permissions: {}
5+
46
on:
57
push:
68
branches: ["main"]

.github/workflows/pypi-package.yml

+2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
---
22
name: Build & maybe upload PyPI package
33

4+
permissions: {}
5+
46
on:
57
push:
68
branches: [main]

0 commit comments

Comments
 (0)