We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
persist-credentials
1 parent 8cf8822 commit c50fed7Copy full SHA for c50fed7
.github/workflows/create_release_branch.yml
@@ -33,8 +33,7 @@ jobs:
33
with:
34
fetch-depth: 0
35
token: ${{ steps.app-token.outputs.token }}
36
- # Make sure the value of GITHUB_TOKEN will not be persisted in repo's config
37
- persist-credentials: false
+ ref: ${{ github.head_ref }}
38
39
- name: Checkout repository (commit SHA))
40
if: ${{ github.event.inputs.commit_sha != '' }}
@@ -43,8 +42,6 @@ jobs:
43
42
44
45
ref: ${{ github.event.inputs.commit_sha }}
46
47
48
49
- name: Get GitHub App User ID
50
id: get-user-id
0 commit comments