Skip to content

Commit

Permalink
fix: secret creation cluster-lock
Browse files Browse the repository at this point in the history
  • Loading branch information
apham0001 committed Nov 27, 2024
1 parent a2c2ad4 commit 1b7b494
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ jobs:
CLUSTER_LOCK: ${{ secrets.CLUSTER_LOCK }}
run: |
kubectl create secret generic cluster-lock \
--from-file=cluster-lock.json="$CLUSTER_LOCK"
--from-literal=cluster-lock.json="$CLUSTER_LOCK"
- name: Create charon-enr-private-key Secret
env:
Expand Down

0 comments on commit 1b7b494

Please sign in to comment.