Skip to content

Commit

Permalink
fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
joryirving committed Jan 24, 2024
1 parent a4c00d9 commit 206166d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/flux-hr-sync.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
id: kubeconfig
uses: timheuer/base64-to-file@v1
with:
encodedString: "$KUBECONFIG"
encodedString: "${{ env.KUBECONFIG }}"
fileName: kubeconfig

- if: ${{ github.event.inputs.clusterName == '' && github.event.inputs.helmRepoNamespace == '' && github.event.inputs.helmRepoName == '' }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/flux-ks-sync.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
id: kubeconfig
uses: timheuer/base64-to-file@v1
with:
encodedString: "$KUBECONFIG"
encodedString: "${{ env.KUBECONFIG }}"
fileName: kubeconfig

- name: Sync Kustomization
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nas-restart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
id: kubeconfig
uses: timheuer/base64-to-file@v1
with:
encodedString: "$KUBECONFIG"
encodedString: "${{ env.KUBECONFIG }}"
fileName: kubeconfig

- name: Restart NFS Deployments
Expand Down

0 comments on commit 206166d

Please sign in to comment.