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: