Skip to content

Commit d52249e

Browse files
committed
Set checkout actions persist-credentials value to false
Signed-off-by: mulhern <[email protected]>
1 parent 2538fc4 commit d52249e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ jobs:
3333
container: fedora:41 # CURRENT DEVELOPMENT ENVIRONMENT
3434
steps:
3535
- uses: actions/checkout@v5
36+
with:
37+
persist-credentials: false
3638
- name: Install dependencies
3739
run: >
3840
dnf install -y
@@ -65,6 +67,8 @@ jobs:
6567
- name: Display Python version
6668
run: python3 --version
6769
- uses: actions/checkout@v5
70+
with:
71+
persist-credentials: false
6872
- name: Install dependencies
6973
run: >
7074
dnf install -y

0 commit comments

Comments
 (0)