Skip to content

Commit 38e47eb

Browse files
committed
remove persist-credentials
1 parent 8cf8822 commit 38e47eb

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/create_release_branch.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,6 @@ jobs:
3333
with:
3434
fetch-depth: 0
3535
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
3836

3937
- name: Checkout repository (commit SHA))
4038
if: ${{ github.event.inputs.commit_sha != '' }}
@@ -43,8 +41,6 @@ jobs:
4341
fetch-depth: 0
4442
token: ${{ steps.app-token.outputs.token }}
4543
ref: ${{ github.event.inputs.commit_sha }}
46-
# Make sure the value of GITHUB_TOKEN will not be persisted in repo's config
47-
persist-credentials: false
4844

4945
- name: Get GitHub App User ID
5046
id: get-user-id

0 commit comments

Comments
 (0)