Skip to content

Commit

Permalink
fix(github): something is fucked up and im not fixing it
Browse files Browse the repository at this point in the history
  • Loading branch information
buroa committed Dec 28, 2024
1 parent 598a34d commit ae50016
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 18 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/helm-repository-sync.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,11 @@ jobs:
name: Helm Repository Sync
runs-on: ["gha-runner-scale-set"]
steps:
- name: Setup mise
uses: jdx/mise-action@v2
with:
mise_toml: |-
[tools]
"aqua:fluxcd/flux2" = "latest"
- name: Setup Path
run: echo "/home/linuxbrew/.linuxbrew/bin" >> $GITHUB_PATH

- name: Setup Workflow Tools
run: brew update && brew install fluxcd/tap/flux yq

- name: Generate Token
uses: actions/create-github-app-token@v1
Expand Down
22 changes: 10 additions & 12 deletions .github/workflows/pre-pull-images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,11 @@ jobs:
outputs:
matrix: ${{ steps.extract-images.outputs.images }}
steps:
- name: Setup mise
uses: jdx/mise-action@v2
with:
mise_toml: |-
[tools]
"aqua:mikefarah/yq" = "latest"
- name: Setup Path
run: echo "/home/linuxbrew/.linuxbrew/bin" >> $GITHUB_PATH

- name: Setup Workflow Tools
run: brew update && brew install jq yq

- name: Generate Token
uses: actions/create-github-app-token@v1
Expand Down Expand Up @@ -99,12 +98,11 @@ jobs:
max-parallel: 4
fail-fast: false
steps:
- name: Setup mise
uses: jdx/mise-action@v2
with:
mise_toml: |-
[tools]
"aqua:siderolabs/talos" = "latest"
- name: Setup Path
run: echo "/home/linuxbrew/.linuxbrew/bin" >> $GITHUB_PATH

- name: Setup Workflow Tools
run: brew update && brew install siderolabs/tap/talosctl

- name: Pre-pull Image
run: talosctl -n $NODE_IP image pull ${{ matrix.images }}
Expand Down

0 comments on commit ae50016

Please sign in to comment.