We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0aa87cf + 3601346 commit 8955bffCopy full SHA for 8955bff
1 file changed
.github/workflows/raise-rc-merge-pr.yml
@@ -49,6 +49,8 @@ jobs:
49
target-branch: ${{ fromJSON(needs.find_target_branches.outputs.found_branches) }}
50
steps:
51
- uses: actions/checkout@v6
52
+ with:
53
+ persist-credentials: false
54
- name: Set merge branch name
55
run: |
56
github_sha_hash=${{ github.sha }}
0 commit comments