This commit is contained in:
parent
f0c09ee0b0
commit
f4cd5b9a07
1 changed files with 3 additions and 3 deletions
|
@ -19,7 +19,7 @@ jobs:
|
||||||
packages: write
|
packages: write
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: https://github.com/actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
|
@ -42,14 +42,14 @@ jobs:
|
||||||
|
|
||||||
- name: Write kubeconfig
|
- name: Write kubeconfig
|
||||||
id: kubeconfig
|
id: kubeconfig
|
||||||
uses: https://github.com/timheuer/base64-to-file@v1
|
uses: timheuer/base64-to-file@v1
|
||||||
with:
|
with:
|
||||||
encodedString: "${{ secrets.KUBECONFIG }}"
|
encodedString: "${{ secrets.KUBECONFIG }}"
|
||||||
fileName: kubeconfig
|
fileName: kubeconfig
|
||||||
fileDir: ${{ env.GITHUB_WORKSPACE }}
|
fileDir: ${{ env.GITHUB_WORKSPACE }}
|
||||||
- name: Write mc
|
- name: Write mc
|
||||||
id: mcconfig
|
id: mcconfig
|
||||||
uses: https://github.com/timheuer/base64-to-file@v1
|
uses: timheuer/base64-to-file@v1
|
||||||
with:
|
with:
|
||||||
encodedString: "${{ secrets.MCCONFIG }}"
|
encodedString: "${{ secrets.MCCONFIG }}"
|
||||||
fileName: config.json
|
fileName: config.json
|
||||||
|
|
Loading…
Reference in a new issue