Skip to content

Commit 02e1cdc

Browse files
Merge pull request #823 from github/fix-update-workflow
Remove `persist-credentials: false` from workflow
2 parents 3e36cdd + 4860ed1 commit 02e1cdc

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/update-dependencies.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ jobs:
1111
steps:
1212
- name: Checkout repository
1313
uses: actions/checkout@v2
14-
with:
15-
persist-credentials: false
1614

1715
- name: Remove PR label
1816
env:

0 commit comments

Comments
 (0)