diff options
author | John Molakvoæ <skjnldsv@users.noreply.github.com> | 2025-01-15 09:32:26 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-01-15 09:32:26 +0100 |
commit | 69b4a6cc19683769a92ebbdb0a687cde48ad0ffb (patch) | |
tree | a63535faaa8c4284ffa1fa425abbb544c1f2f46e /.github/workflows | |
parent | f1715122829d136c6ceb70e01214c4065cf3b810 (diff) | |
download | nextcloud-server-69b4a6cc19683769a92ebbdb0a687cde48ad0ffb.tar.gz nextcloud-server-69b4a6cc19683769a92ebbdb0a687cde48ad0ffb.zip |
fix(command-compile): persist-credentials for compile bot to allow rebase and force push
Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/command-compile.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/command-compile.yml b/.github/workflows/command-compile.yml index 79395fb2bef..3308491be3f 100644 --- a/.github/workflows/command-compile.yml +++ b/.github/workflows/command-compile.yml @@ -102,7 +102,7 @@ jobs: - name: Checkout ${{ needs.init.outputs.head_ref }} uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 with: - persist-credentials: false + persist-credentials: true token: ${{ secrets.COMMAND_BOT_PAT }} fetch-depth: 0 ref: ${{ needs.init.outputs.head_ref }} |