We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2538fc4 commit d52249eCopy full SHA for d52249e
1 file changed
.github/workflows/main.yml
@@ -33,6 +33,8 @@ jobs:
33
container: fedora:41 # CURRENT DEVELOPMENT ENVIRONMENT
34
steps:
35
- uses: actions/checkout@v5
36
+ with:
37
+ persist-credentials: false
38
- name: Install dependencies
39
run: >
40
dnf install -y
@@ -65,6 +67,8 @@ jobs:
65
67
- name: Display Python version
66
68
run: python3 --version
69
70
71
72
73
74
0 commit comments