Merge pull request #73 from aimingmed/feature/backend-frontend-structure

checks: write
This commit is contained in:
Hong Kai LEE 2025-04-19 13:23:15 +08:00 committed by GitHub
commit c865ee3608
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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: