Fix allure report creation on periodic pg_regress testing (#10171)

## Problem
The allure report finishes with the error `HttpError: Resource not
accessible by integration` while running the `pg_regress` test against a
cloud staging project due to a lack of permissions.
## Summary of changes
The permissions are added.
This commit is contained in:
a-masterov
2024-12-17 21:47:44 +01:00
committed by GitHub
parent 2ee6bc5ec4
commit c52514ab02

View File

@@ -21,6 +21,8 @@ concurrency:
permissions:
id-token: write # aws-actions/configure-aws-credentials
statuses: write
contents: write
jobs:
regress: