We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 142504c commit ab9b5f5Copy full SHA for ab9b5f5
2 files changed
.github/workflows/end-to-end-tests-aws.yml
@@ -12,13 +12,6 @@ on:
12
type: string
13
required: false
14
default: next
15
- secrets:
16
- HTTP_AUTH_TOKEN_FOR_TESTS:
17
- description: HTTP Basic Auth token for the environment under test
18
- required: true
19
- MAVIS_TESTING_REPO_ACCESS_TOKEN:
20
- description: Access token for the manage-vaccinations-in-schools-testing repository
21
22
23
permissions: {}
24
.github/workflows/end-to-end-tests-on-pull-request.yml
@@ -19,7 +19,6 @@ jobs:
with:
git_reference_for_database_image: ${{ github.base_ref }}
git_reference_for_application_image: ${{ github.head_ref }}
- secrets: inherit
local-e2e-flow:
25
if: github.event.pull_request.head.repo.full_name != github.repository
0 commit comments