We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2df67a4 commit 23cbda2Copy full SHA for 23cbda2
1 file changed
.github/workflows/ci.yml
@@ -35,6 +35,9 @@ jobs:
35
test:
36
name: Python ${{ matrix.python-version }}
37
runs-on: ubuntu-latest
38
+ permissions:
39
+ id-token: write
40
+ contents: read
41
strategy:
42
fail-fast: false
43
matrix:
@@ -68,6 +71,9 @@ jobs:
68
71
nix-check:
69
72
name: Nix Flake Check
70
73
74
75
76
77
steps:
78
- uses: actions/checkout@v4
79
0 commit comments