long version
All checks were successful
Schemas / Schemas (push) Successful in 1m4s

This commit is contained in:
Joseph Hanson 2024-07-17 10:45:46 -05:00
parent f4cd5b9a07
commit 12be1fe800
Signed by: jahanson
SSH key fingerprint: SHA256:vy6dKBECV522aPAwklFM3ReKAVB086rT3oWwiuiFG7o

View file

@ -19,7 +19,7 @@ jobs:
packages: write
steps:
- name: Checkout
uses: actions/checkout@v4
uses: https://github.com/actions/checkout@v4
with:
fetch-depth: 0
@ -42,14 +42,14 @@ jobs:
- name: Write kubeconfig
id: kubeconfig
uses: timheuer/base64-to-file@v1
uses: https://github.com/timheuer/base64-to-file@v1
with:
encodedString: "${{ secrets.KUBECONFIG }}"
fileName: kubeconfig
fileDir: ${{ env.GITHUB_WORKSPACE }}
- name: Write mc
id: mcconfig
uses: timheuer/base64-to-file@v1
uses: https://github.com/timheuer/base64-to-file@v1
with:
encodedString: "${{ secrets.MCCONFIG }}"
fileName: config.json