Skip to content

Commit 8955bff

Browse files
authored
Merge pull request #3849 from techmatters/SJH/fix_rc_branch_create_action
Update docs
2 parents 0aa87cf + 3601346 commit 8955bff

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/raise-rc-merge-pr.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@ jobs:
4949
target-branch: ${{ fromJSON(needs.find_target_branches.outputs.found_branches) }}
5050
steps:
5151
- uses: actions/checkout@v6
52+
with:
53+
persist-credentials: false
5254
- name: Set merge branch name
5355
run: |
5456
github_sha_hash=${{ github.sha }}

0 commit comments

Comments
 (0)