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 38e47ebCopy full SHA for 38e47eb
.github/workflows/create_release_branch.yml
@@ -33,8 +33,6 @@ 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
38
39
- name: Checkout repository (commit SHA))
40
if: ${{ github.event.inputs.commit_sha != '' }}
@@ -43,8 +41,6 @@ jobs:
43
41
44
42
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