Add missing keys to AWS secret validation's expected keys (#1649) #224
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Integration-Tests | |
| description: | | |
| Runs Integrationtests using TestMachinery | |
| on: | |
| push: | |
| branches: | |
| - master | |
| workflow_dispatch: | |
| workflow_call: | |
| jobs: | |
| run-tests: | |
| uses: gardener/cc-utils/.github/workflows/run-testmachinery-tests.yaml@master | |
| permissions: | |
| id-token: write | |
| contents: read | |
| with: | |
| test-command: | | |
| ${testrunner_run} \ | |
| --no-execution-group \ | |
| --testrun-prefix tm-extension-aws \ | |
| --timeout=7200 \ | |
| --testruns-chart-path=.ci/testruns/default \ | |
| --set revision="$(git rev-parse @)" |