mirror of
https://github.com/nextcloud/server.git
synced 2026-04-15 22:11:17 -04:00
ci: Remove credentials on checkout
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
parent
ab6d536f73
commit
ef6919cf98
1 changed files with 1 additions and 0 deletions
1
.github/workflows/files-external-s3.yml
vendored
1
.github/workflows/files-external-s3.yml
vendored
|
|
@ -141,6 +141,7 @@ jobs:
|
|||
- name: Checkout server
|
||||
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
|
||||
with:
|
||||
persist-credentials: false
|
||||
submodules: true
|
||||
|
||||
- name: Set up php ${{ matrix.php-versions }}
|
||||
|
|
|
|||
Loading…
Reference in a new issue