From 6c9658aa9ce31891e5eed9ef70ed085a5bfdf9e8 Mon Sep 17 00:00:00 2001 From: miroslavpojer Date: Fri, 8 Nov 2024 14:55:02 +0100 Subject: [PATCH] #7 - Do Not Persist Credentials - Workflows - Disabled saving of credential in all checkout actions. --- .github/workflows/release_draft.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release_draft.yml b/.github/workflows/release_draft.yml index bcb9560..b872bfe 100644 --- a/.github/workflows/release_draft.yml +++ b/.github/workflows/release_draft.yml @@ -30,6 +30,7 @@ jobs: - uses: actions/checkout@v4 with: fetch-depth: 0 + persist-credentials: false - name: Validate format of received tag uses: actions/github-script@v7 @@ -86,6 +87,7 @@ jobs: - uses: actions/checkout@v4 with: fetch-depth: 0 + persist-credentials: false - uses: actions/setup-python@v5.1.1 with: