Skip to content

Commit

Permalink
fix: Update CD workflow to disable credential persistence
Browse files Browse the repository at this point in the history
  • Loading branch information
MountainGod2 committed Oct 31, 2024
1 parent b9cdadb commit 47286e0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
with:
fetch-depth: 0
ref: ${{ github.sha }}
persist-credentials: false

- name: Setup | Force correct release branch on workflow sha
run: |
Expand Down

0 comments on commit 47286e0

Please sign in to comment.