Skip to content

Commit

Permalink
WIP: Remove deploy_key input
Browse files Browse the repository at this point in the history
  • Loading branch information
mpanne committed May 8, 2024
1 parent 410f9b5 commit f16ff22
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@ on:
directory:
required: true
type: string
deploy_key:
required: true
type: string

env:
IMAGE_NAME: digitalservicebund/${{ inputs.name }}
Expand Down Expand Up @@ -90,7 +87,7 @@ jobs:
version: ${{ github.sha }}
deploying_repo: ${{ inputs.name }}
infra_repo: ${{ github.event.repository.name }}-infra
deploy_key: ${{ inputs.deploy_key }}
deploy_key: ${{ secrets.DEPLOY_KEY }}
app: ${{ inputs.name }}-production
argocd_pipeline_password: ${{ secrets.ARGOCD_PIPELINE_PASSWORD }}
argocd_server: ${{ secrets.ARGOCD_SERVER }}
Expand Down

0 comments on commit f16ff22

Please sign in to comment.