Skip to content

Commit

Permalink
Add disbaleTlsVerification tag
Browse files Browse the repository at this point in the history
  • Loading branch information
aravindnswamy committed Feb 8, 2024
1 parent 1c604ec commit f377a83
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 12 deletions.
12 changes: 1 addition & 11 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,6 @@ jobs:
steps:
- uses: actions/checkout@v2

- name: Import Secrets
id: secrets
uses: hashicorp/[email protected]
with:
url: ${{ secrets.VAULT_ADDR }}
method: github
githubToken: ${{ secrets.GT_VAULT_AUTH_TOKEN }}
secrets: |
argocd/data/token admin | ARGOCD_TOKEN ;
- name: Self test
id: selftest
uses: ./
Expand All @@ -29,4 +19,4 @@ jobs:
action: sync
appName: argocd-apps
image: latest

disableTlsVerification: "true"
6 changes: 5 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,11 @@ inputs:
image:
description: "Image tag for the binary"
required: false
default: "latest"
default: "latest"
disableTlsVerification:
description: "Disable TLS Verification"
required: true
default: "false"

runs:
using: "composite"
Expand Down

0 comments on commit f377a83

Please sign in to comment.