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 2b55bd4 commit dd689d3Copy full SHA for dd689d3
.github/workflows/main.yml
@@ -47,6 +47,8 @@ jobs:
47
container: fedora:41 # CURRENT DEVELOPMENT ENVIRONMENT
48
steps:
49
- uses: actions/checkout@v5
50
+ with:
51
+ persist-credentials: false
52
- name: Install dependencies
53
run: >
54
dnf install -y
@@ -87,6 +89,8 @@ jobs:
87
89
- name: Display Python version
88
90
run: python3 --version
91
92
93
94
95
96
.github/workflows/push.yml
@@ -36,6 +36,7 @@ jobs:
36
37
with:
38
path: into-dbus-python
39
40
- name: Run with monkeytype
41
42
MONKEYTYPE=1
0 commit comments