Skip to content

Commit

Permalink
Merge branch 'main' into renovate/main-thanos-12.x
Browse files Browse the repository at this point in the history
  • Loading branch information
onedr0p authored Dec 21, 2023
2 parents 5da95ea + 42dd65a commit 00a46a7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/flux-diff.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,12 @@ jobs:
app-id: "${{ secrets.BOT_APP_ID }}"
private-key: "${{ secrets.BOT_APP_PRIVATE_KEY }}"

- name: Checkout
uses: actions/checkout@v4
with:
token: "${{ steps.app-token.outputs.token }}"
fetch-depth: 0

- name: Setup System Tools
shell: bash
run: sudo apt-get -qq update && sudo apt-get -qq install --no-install-recommends -y curl git
Expand Down

0 comments on commit 00a46a7

Please sign in to comment.