Skip to content

Commit

Permalink
fix(schema): git isn't in worker
Browse files Browse the repository at this point in the history
  • Loading branch information
szinn committed May 3, 2024
1 parent b2214ca commit f57e4b4
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/schemas.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
shell: bash
run: |
sudo apt-get -qq update && \
sudo apt-get -qq install --no-install-recommends -y curl unzip
sudo apt-get -qq install --no-install-recommends -y curl unzip git
- name: Setup Flux CLI
uses: fluxcd/flux2/action@main
Expand All @@ -53,6 +53,11 @@ jobs:
encodedString: ${{ secrets.KUBECONFIG }}
fileName: kubeconfig

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

- name: Download and run crd-extractor
env:
KUBECONFIG: "${{ steps.kubeconfig.outputs.filePath }}"
Expand Down

0 comments on commit f57e4b4

Please sign in to comment.