Skip to content

Commit 9d426e8

Browse files
authored
Merge pull request #55 from dvsa/fix/perms
Fix/perms
2 parents 0a06845 + 15cbade commit 9d426e8

File tree

2 files changed

+12
-5
lines changed

2 files changed

+12
-5
lines changed

.github/workflows/manual-performance-test.yml

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
name: Manual Trigger for Performance Test
22

3-
permissions:
4-
contents: read
5-
63
on:
74
workflow_dispatch:
85
inputs:
@@ -45,10 +42,16 @@ on:
4542
description: "Timeout in minutes for the test execution"
4643
default: "60"
4744

45+
permissions:
46+
contents: write
47+
id-token: write
48+
checks: write
49+
4850
jobs:
4951
call-performance-test:
5052
name: Call Performance Test Workflow
5153
uses: ./.github/workflows/performance-test.yml
54+
secrets: inherit
5255
with:
5356
platform_env: ${{ inputs.platform_env }}
5457
simulation_class: ${{ inputs.simulation_class }}
@@ -61,4 +64,8 @@ jobs:
6164
bucket_name: ${{ vars.ACCOUNT_NONPROD_S3_REPORT_BUCKET }}
6265
bucket_key: ${{ vars.S3_REPORT_BUCKET_KEY }}
6366
batch_job_queue: ${{ vars.ACCOUNT_NONPROD_BATCH_JOB_QUEUE }}
64-
batch_job_definition: ${{ vars.ACCOUNT_NONPROD_BATCH_JOB_DEFINITION }}
67+
batch_job_definition: ${{ vars.ACCOUNT_NONPROD_BATCH_JOB_DEFINITION }}
68+
permissions:
69+
contents: write
70+
id-token: write
71+
checks: write

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Description
2-
Performance test for the register new user journey.
2+
Performance test for the VOL application
33

44
# Prerequisites
55
- Maven

0 commit comments

Comments
 (0)