This commit is contained in:
parent
e0757bfb16
commit
0e6e47fae9
@ -18,7 +18,7 @@ jobs:
|
||||
uses: azure/setup-kubectl@v4
|
||||
|
||||
- name: test
|
||||
run: echo ${{ secrets.BASIC_AUTH }} > auth
|
||||
run: "echo ${{ secrets.BASIC_AUTH }} | base64 -d > auth"
|
||||
|
||||
- name: test
|
||||
run: kubectl create secret -n default generic basic-auth --from-file=auth
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user