Skip to content

Commit

Permalink
Pass upwind-client-secret manually
Browse files Browse the repository at this point in the history
  • Loading branch information
timdittler committed Oct 17, 2024
1 parent 03cca12 commit be81722
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/template_gitops.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,8 @@ on:
required: false
private-key:
required: false
upwind-client-secret:
required: false

jobs:
gitops:
Expand Down Expand Up @@ -138,5 +140,5 @@ jobs:
image: "${{ inputs.docker-image }}"
image_sha: "${{ steps.gitops.outputs.docker-digest }}"
upwind_client_id: ${{ vars.UPWIND_CLIENT_ID }}
upwind_client_secret: ${{ secrets.UPWIND_CLIENT_SECRET }}
upwind_client_secret: ${{ secrets.upwind-client-secret }}
upwind_organization_id: ${{ vars.UPWIND_ORGANIZATION_ID }}

0 comments on commit be81722

Please sign in to comment.