Skip to content

Commit 23cbda2

Browse files
committed
ci: fix permissions
1 parent 2df67a4 commit 23cbda2

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@ jobs:
3535
test:
3636
name: Python ${{ matrix.python-version }}
3737
runs-on: ubuntu-latest
38+
permissions:
39+
id-token: write
40+
contents: read
3841
strategy:
3942
fail-fast: false
4043
matrix:
@@ -68,6 +71,9 @@ jobs:
6871
nix-check:
6972
name: Nix Flake Check
7073
runs-on: ubuntu-latest
74+
permissions:
75+
id-token: write
76+
contents: read
7177
steps:
7278
- uses: actions/checkout@v4
7379

0 commit comments

Comments
 (0)