Skip to content

Commit 410bb1b

Browse files
authored
dont persist credentials when using checkout
this can leak credentials for some reason it is considered intentional behavior
1 parent 987ecb2 commit 410bb1b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ jobs:
1515
steps:
1616
- name: Checkout code
1717
uses: actions/checkout@v4.2.2
18+
with:
19+
persist-credentials: false
1820

1921
- name: Set up Python
2022
uses: actions/setup-python@v5.3.0

0 commit comments

Comments
 (0)