Compare commits
No commits in common. "f4cd5b9a07011045a2d0cd7c9184018737e22292" and "38e63930529725fd2becf00023128c66a163eff3" have entirely different histories.
f4cd5b9a07
...
38e6393052
2 changed files with 3 additions and 6 deletions
|
@ -19,7 +19,7 @@ jobs:
|
||||||
packages: write
|
packages: write
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: https://github.com/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: timheuer/base64-to-file@v1
|
uses: https://github.com/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: timheuer/base64-to-file@v1
|
uses: https://github.com/timheuer/base64-to-file@v1
|
||||||
with:
|
with:
|
||||||
encodedString: "${{ secrets.MCCONFIG }}"
|
encodedString: "${{ secrets.MCCONFIG }}"
|
||||||
fileName: config.json
|
fileName: config.json
|
||||||
|
|
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -16,6 +16,3 @@ kubeconfig*
|
||||||
omniconfig.yaml
|
omniconfig.yaml
|
||||||
config.xml
|
config.xml
|
||||||
.idea/
|
.idea/
|
||||||
.env
|
|
||||||
.secrets
|
|
||||||
.github
|
|
||||||
|
|
Loading…
Reference in a new issue