Skip to content

Commit d0e21d2

Browse files
Merge pull request #2178 from nextcloud/backport/2177/stable32
[stable32] ci(actions): Explicitly persist credentials
2 parents 29f1969 + df80ecc commit d0e21d2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/composer-auto.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ jobs:
7474
- name: Checkout ${{ needs.init.outputs.head_ref }}
7575
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
7676
with:
77+
persist-credentials: true
7778
token: ${{ secrets.COMMAND_BOT_PAT }}
7879
fetch-depth: 0
7980
ref: ${{ needs.init.outputs.head_ref }}

0 commit comments

Comments
 (0)