Skip to content

Commit

Permalink
fix(command-compile): persist-credentials for compile bot to allow re…
Browse files Browse the repository at this point in the history
…base and force push

Signed-off-by: John Molakvoæ <[email protected]>
  • Loading branch information
skjnldsv authored Jan 15, 2025
1 parent f171512 commit 69b4a6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/command-compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 69b4a6c

Please sign in to comment.