Skip to content

Commit

Permalink
Adding standalone trigger for regression testing
Browse files Browse the repository at this point in the history
  • Loading branch information
syntastical committed Nov 13, 2021
1 parent a3a4eba commit 4e284e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Expand Up @@ -527,7 +527,7 @@ jobs:
uses: replicatedhq/kots/.github/workflows/regression.yaml@standalone-regression
with:
version_tag_old: ${{ needs.regression_test_setup.outputs.last_release_tag }}
version_tag_new: ${{ env.GITHUB_REF_NAME }}
version_tag_new: ${{ github.ref_name }}
secrets:
AWS_ACCESS_KEY_ID: ${{ secrets.E2E_TESTIM_AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.E2E_TESTIM_AWS_SECRET_ACCESS_KEY }}
Expand Down

0 comments on commit 4e284e0

Please sign in to comment.