diff --git a/.github/actions/tf-apply/action.yaml b/.github/actions/tf-apply/action.yaml index 83bea7e970..ea0346bbf5 100644 --- a/.github/actions/tf-apply/action.yaml +++ b/.github/actions/tf-apply/action.yaml @@ -70,7 +70,7 @@ runs: - name: Twingate Connect uses: twingate/github-action@4493ffc3806241aa98194a3fa679f874bce013b5 - if: inputs.twingate_service_key != '' + if: ${{ inputs.twingate_service_key != '' }} with: service-key: ${{ inputs.twingate_service_key }} diff --git a/.github/workflows/dev_fe_build_and_deploy.yml b/.github/workflows/dev_fe_build_and_deploy.yml index 1dc13832a3..1b3b339f04 100644 --- a/.github/workflows/dev_fe_build_and_deploy.yml +++ b/.github/workflows/dev_fe_build_and_deploy.yml @@ -41,10 +41,6 @@ jobs: steps: - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 #v4.1.1 - - uses: twingate/github-action@V1.1 - with: - service-key: ${{ secrets.TWINGATE_SERVICE_KEY }} - - name: Terraform Apply uses: ./.github/actions/tf-apply with: