We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3072a0c + 2e9f9b8 commit dbeca51Copy full SHA for dbeca51
3 files changed
.github/workflows/check.yaml
@@ -4,6 +4,9 @@ on:
4
- push
5
- pull_request
6
7
+permissions:
8
+ contents: read
9
+
10
jobs:
11
pre-commit:
12
name: pre-commit
.github/workflows/python-publish.yaml
@@ -6,6 +6,9 @@ name: Upload Python Package
on:
13
build-n-publish:
14
name: Build and publish Python distributions to PyPI
@@ -15,6 +18,7 @@ jobs:
15
18
environment: release
16
19
17
20
permissions:
21
22
# IMPORTANT: this permission is mandatory for trusted publishing
23
id-token: write
24
.github/workflows/test.yaml
@@ -4,6 +4,9 @@ name: CI
pull_request:
unit:
name: unit
0 commit comments