Skip to content

Commit 9a90f4c

Browse files
committed
Revert "change to secret #17"
This reverts commit 9c9d747.
1 parent 9c9d747 commit 9a90f4c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/kind-chaos-mesh-ci.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,13 @@ jobs:
4545
sleep 5
4646
kubectl get pods
4747
48+
- name: Setup Chaos Mesh Config File
49+
run: echo "CFG_BASE64=$(base64 kubernetes/test/chaos-mesh/experiments/container-kill.yaml)" >> $GITHUB_ENV
50+
4851
- name: Chaos Mesh
4952
uses: chaos-mesh/chaos-mesh-action@v0.4
5053
env:
51-
CFG_BASE64: ${secrets.CHAOS_MESH_CFG_FILE}
54+
CFG_BASE64: ${CFG_BASE64}
5255
CHAOS_MESH_VERSION: v1.0.0
5356

5457
- name: Check pods

0 commit comments

Comments
 (0)