Skip to content

Commit

Permalink
Merge pull request #236 from zowe/ci/fix-release-workflow2
Browse files Browse the repository at this point in the history
Don't persist credentials from git checkout
  • Loading branch information
t1m0thyj authored Nov 28, 2023
2 parents c1d3bb3 + befe7ab commit 2d17245
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/sdk-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
fetch-tags: true
persist-credentials: false
ref: ${{ github.ref }}

- name: Set up Python
Expand Down

0 comments on commit 2d17245

Please sign in to comment.