Skip to content

Commit

Permalink
Added Github Action to deploy Helm Chart
Browse files Browse the repository at this point in the history
  • Loading branch information
tgreenwood committed Mar 27, 2024
1 parent 9b61fbf commit 1160025
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy_helm_chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ on:
jobs:
setup-deploy:
runs-on: ubuntu-latest
environment: ${{ github.event.inputs.environment }}
# environment: ${{ github.event.inputs.environment }}
environment: test
permissions:
contents: 'read'
id-token: 'write'
Expand Down

0 comments on commit 1160025

Please sign in to comment.