Skip to content

Commit

Permalink
Fix IDE deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
franzTobiasDLR committed Sep 26, 2023
1 parent 98762da commit 36fc70e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -327,8 +327,8 @@ jobs:
uses: virtualsatellite/ci-actions/ci-deploy-sf-product-action@v6
with:
build_profile: ${{ steps.build_decision.outputs.build_type }}
openssl_pass: ${{ secrets.SF_SSH_KEY_OPENSSL_PASS_N }}
ssh_key_pass: ${{ secrets.SF_SSH_KEY_PASS_N }}
openssl_pass: ${{ secrets.SF_SSH_KEY_OPENSSL_PASS }}
ssh_key_pass: ${{ secrets.SF_SSH_KEY_PASS }}
local_dir: VirSat4_Dvlm_ConceptIDE
remote_dir: virtualsatellite/VirtualSatellite4-DVLM
if: ${{ steps.build_decision.outputs.deploy_type == 'deploy' }}
Expand Down

0 comments on commit 36fc70e

Please sign in to comment.