diff --git a/.github/workflows/test-report.yml b/.github/workflows/test-report.yml index e95cdcb..254ea83 100644 --- a/.github/workflows/test-report.yml +++ b/.github/workflows/test-report.yml @@ -8,9 +8,12 @@ on: workflows: [Build] types: [completed] -permissions: - checks: write - #actions: read +# Permissions only have to be specified when permissions are set restricted. +# Otherwise, when set to permissive, the workflow will have these permissions by default. +# See https://docs.github.com/en/actions/security-guides/automatic-token-authentication#permissions-for-the-github_token +#permissions: +# checks: write +# actions: read jobs: report: