Fix permission

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
Michael Telatynski
2024-11-21 13:54:31 +00:00
parent 2063624fb6
commit f89f050f07

View File

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