Skip to content

Commit

Permalink
continue on errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Conor-TS committed May 2, 2024
1 parent 972e724 commit 2a5d84d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/verify-vault-secrets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ jobs:
permissions:
contents: read
id-token: write
continue-on-error: true
strategy:
matrix:
env: ${{ fromJSON(inputs.environments) }}
Expand Down Expand Up @@ -67,6 +68,7 @@ jobs:
verify-vault-secrets:
runs-on: ubuntu-latest
needs: retrieve-vault-secret-keys
continue-on-error: true
strategy:
matrix:
env: ${{ fromJson(inputs.environments) }}
Expand Down

0 comments on commit 2a5d84d

Please sign in to comment.