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
|
||||
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
|
||||
|
|
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -16,6 +16,3 @@ kubeconfig*
|
|||
omniconfig.yaml
|
||||
config.xml
|
||||
.idea/
|
||||
.env
|
||||
.secrets
|
||||
.github
|
||||
|
|
Loading…
Reference in a new issue