Skip to content

Commit

Permalink
Access secret properly
Browse files Browse the repository at this point in the history
  • Loading branch information
Razz4780 committed Dec 31, 2024
1 parent 6f1bff0 commit b3b544f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ jobs:
memory: '4gb'
- uses: azure/[email protected]
- name: install the chart
env:
MIRRORD_OPERATOR_LICENSE: ${{ secrets.MIRRORD_OPERATOR_LICENSE }}
run: |
helm install mirrord-operator \
--set license.file.data."license\\.pem"=$MIRRORD_OPERATOR_LICENSE \
Expand Down

0 comments on commit b3b544f

Please sign in to comment.