Fix permission

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
pull/28502/head
Michael Telatynski 2024-11-21 13:54:31 +00:00
parent 2063624fb6
commit f89f050f07
No known key found for this signature in database
GPG Key ID: A2B008A5F49F5D0D
1 changed files with 1 additions and 1 deletions

View File

@ -97,7 +97,7 @@ jobs:
if: always() if: always()
runs-on: ubuntu-24.04 runs-on: ubuntu-24.04
permissions: permissions:
checks: write statuses: write
steps: steps:
- if: needs.jest.result != 'skipped' && needs.jest.result != 'success' - if: needs.jest.result != 'skipped' && needs.jest.result != 'success'
run: exit 1 run: exit 1