diff --git a/.github/workflows/actionlint.yaml b/.github/workflows/actionlint.yaml index 47be0ca..6ba4387 100644 --- a/.github/workflows/actionlint.yaml +++ b/.github/workflows/actionlint.yaml @@ -5,8 +5,5 @@ on: - '.github/workflows/**' jobs: actionlint: - # don't enforce strict typing for outputs (defined in this repo's - # action.yml) because vault-action's outputs are dynamic - skip_outputs: true # using `main` as the ref will keep your workflow up-to-date uses: hashicorp/vault-workflows-common/.github/workflows/actionlint.yaml@main diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 50b68b9..2191896 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -134,6 +134,9 @@ jobs: - name: Test Vault Action (default KV V2) uses: ./ + # Don't enforce strict typing for outputs (defined in this repo's + # action.yml) because vault-action's outputs are dynamic + skip_outputs: true id: kv-secrets with: url: http://localhost:8200 @@ -205,6 +208,9 @@ jobs: - name: Test Vault Action (default KV V2) uses: ./ + # Don't enforce strict typing for outputs (defined in this repo's + # action.yml) because vault-action's outputs are dynamic + skip_outputs: true id: kv-secrets-tls with: url: https://localhost:8200