We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e756eac commit 91e0918Copy full SHA for 91e0918
.github/workflows/ci.yml
@@ -3,6 +3,9 @@ name: CI
3
4
on: [push, pull_request]
5
6
+permissions:
7
+ contents: read
8
+
9
jobs:
10
distros:
11
name: "Ubuntu with Python ${{ matrix.python-version }}"
.github/workflows/tox-fedora.yml
@@ -2,6 +2,9 @@ on: [push, pull_request]
2
name: Tox on Fedora
tox_test:
name: Tox env "${{matrix.tox_env}}" on Fedora
0 commit comments