Skip to content

Commit 8bb4109

Browse files
committed
Remove unnecessary permissions
1 parent d6900c4 commit 8bb4109

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -171,9 +171,6 @@ jobs:
171171
with:
172172
runs-on: ${{ matrix.runs-on }}
173173
setup-z3: true
174-
permissions:
175-
contents: read
176-
id-token: write
177174

178175
# run extensive Python tests on PRs labeled with the `extensive-python-ci` label
179176
python-tests-extensive:
@@ -199,9 +196,6 @@ jobs:
199196
with:
200197
runs-on: ${{ matrix.runs-on }}
201198
setup-z3: true
202-
permissions:
203-
contents: read
204-
id-token: write
205199

206200
python-coverage:
207201
name: 🐍 Coverage

0 commit comments

Comments
 (0)