checks: write

This commit is contained in:
leehk 2025-04-19 09:46:44 +08:00
parent d09df7de09
commit 0df01f90eb

View File

@ -65,6 +65,7 @@ jobs:
permissions:
contents: read
packages: write # If pushing to GitHub Packages registry
checks: write # If you want to update checks
# Call the reusable workflow for testing
uses: ./.github/workflows/template_test.yml # Path to the reusable workflow file
with: