2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-15 03:25:42 +00:00

do only persist credentials if needed

This commit is contained in:
Matthias Mair
2024-12-13 12:06:04 +01:00
parent 13de2c8317
commit 014f4f151b
7 changed files with 44 additions and 0 deletions

View File

@ -36,6 +36,8 @@ runs:
steps:
- name: Checkout Code
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # pin@v4.2.2
with:
persist-credentials: false
# Python installs
- name: Set up Python ${{ env.python_version }}