fix(command-compile): persist-credentials for compile bot to allow rebase and force push

Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
pull/50189/head
John Molakvoæ 1 year ago committed by GitHub
parent f171512282
commit 69b4a6cc19
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      .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 }}

Loading…
Cancel
Save