diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ee098ea..a1828ff 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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: