We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a6f244 commit 81334d1Copy full SHA for 81334d1
.github/workflows/pull_request.yml
@@ -67,7 +67,7 @@ jobs:
67
kubectl cluster-info
68
make install
69
mkdir -p .local
70
- echo "${{ secrets.SECRET_KUBERNETES_RESOURCES }}" > .local/test-config.yaml
+ echo "${{ secrets.SECRET_KUBERNETES_RESOURCES }}" | base64 --decode > .local/test-config.yaml
71
72
- name: Test
73
run: make test
.github/workflows/push.yml
@@ -74,7 +74,7 @@ jobs:
74
75
76
77
78
79
80
0 commit comments