Skip to content

Commit

Permalink
Merge pull request #8 from AbsaOSS/feature/7-Do-Not-Persist-Credentia…
Browse files Browse the repository at this point in the history
…ls-Workflows

#7 - Do Not Persist Credentials - Workflows
  • Loading branch information
miroslavpojer authored Nov 8, 2024
2 parents d71a23c + 6c9658a commit eade622
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release_draft.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -86,6 +87,7 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0
persist-credentials: false

- uses: actions/[email protected]
with:
Expand Down

0 comments on commit eade622

Please sign in to comment.