Skip to content

Commit 54e4fc7

Browse files
authored
Remove persisted credential (#91)
stack-info: PR: #91, branch: drisspg/stack/4
1 parent dabfa8b commit 54e4fc7

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/publish-to-pypi.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ jobs:
99

1010
steps:
1111
- uses: actions/checkout@v4
12+
with:
13+
persist-credentials: false
1214
- name: Set up Python
1315
uses: actions/setup-python@v5
1416
with:

.github/workflows/ruff.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@ jobs:
1313
matrix:
1414
python-version: ["3.10"]
1515
steps:
16-
- uses: actions/checkout@v3
16+
- uses: actions/checkout@v4
17+
with:
18+
persist-credentials: false
1719
- name: Set up Python ${{ matrix.python-version }}
1820
uses: actions/setup-python@v3
1921
with:

0 commit comments

Comments
 (0)