Skip to content

Commit ab9b5f5

Browse files
committed
Remove input secrets from AWS E2E workflow
1 parent 142504c commit ab9b5f5

2 files changed

Lines changed: 0 additions & 8 deletions

File tree

.github/workflows/end-to-end-tests-aws.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,6 @@ on:
1212
type: string
1313
required: false
1414
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-
required: true
2215

2316
permissions: {}
2417

.github/workflows/end-to-end-tests-on-pull-request.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ jobs:
1919
with:
2020
git_reference_for_database_image: ${{ github.base_ref }}
2121
git_reference_for_application_image: ${{ github.head_ref }}
22-
secrets: inherit
2322

2423
local-e2e-flow:
2524
if: github.event.pull_request.head.repo.full_name != github.repository

0 commit comments

Comments
 (0)