fix(ci): Allow github-script to post test reports (#10120)

Allow github-script to post test reports
This commit is contained in:
Rahul Patil
2024-12-12 19:53:35 +01:00
committed by GitHub
parent 53721266f1
commit 6d5687521b

View File

@@ -364,6 +364,7 @@ jobs:
id-token: write # aws-actions/configure-aws-credentials
statuses: write
contents: write
pull-requests: write
outputs:
report-url: ${{ steps.create-allure-report.outputs.report-url }}