Skip to content

Commit

Permalink
haciendo ci
Browse files Browse the repository at this point in the history
  • Loading branch information
ValentinoSanchez00 committed Nov 25, 2024
1 parent 11c288b commit df7f0d2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ jobs:
with:
VERSION_CHART: "0.1.0" # Versión del Chart
MICROSERVICE: "frontend" # Nombre del microservicio
CLIENT_ID: "${{ secrets.CLIENT_ID }}"
CLIENT_SECRET: "${{ secrets.CLIENT_SECRET }}"
TENANT_ID: "${{ secrets.TENANT_ID }}"
SUBSCRIPTION_ID: "${{ secrets.SUBSCRIPTION_ID }}"
CLIENT_ID: "${{ secrets.ARM_CLIENT_ID }}"
CLIENT_SECRET: "${{ secrets.ARM_CLIENT_SECRET }}"
TENANT_ID: "${{ secrets.ARM_TENANT_ID }}"
SUBSCRIPTION_ID: "${{ secrets.ARM_SUBSCRIPTION_ID }}"
subirCharts:
uses: stemdo-labs/final-project-exercise-ValentinoSanchez00/.github/workflows/subirCharts.yaml@main
with:
Expand Down

0 comments on commit df7f0d2

Please sign in to comment.