Skip to content

Commit

Permalink
chore: testing action
Browse files Browse the repository at this point in the history
  • Loading branch information
devops-chris committed Feb 28, 2024
1 parent 8ba828d commit f22d627
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion .github/actions/tf-apply/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/dev_fe_build_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,6 @@ jobs:
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 #v4.1.1

- uses: twingate/[email protected]
with:
service-key: ${{ secrets.TWINGATE_SERVICE_KEY }}

- name: Terraform Apply
uses: ./.github/actions/tf-apply
with:
Expand Down

0 comments on commit f22d627

Please sign in to comment.