Skip to content

Commit

Permalink
ci(github-action): add flux cli to flux-diff workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
tyriis committed Dec 27, 2023
1 parent a9b9eae commit 39e8d1f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/flux-diff.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ jobs:
app_id: "${{ secrets.BOT_APP_ID }}"
private_key: "${{ secrets.BOT_APP_PRIVATE_KEY }}"

- name: Setup Flux CLI
uses: fluxcd/flux2/[email protected]

- name: Diff Resources
uses: allenporter/flux-local/action/diff@c4c5ce19ed7aa792b4ead75776597a82242866c6 # 4.2.1
id: diff
Expand Down

0 comments on commit 39e8d1f

Please sign in to comment.