diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 3f839e7..c3b73e6 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -14,6 +14,10 @@ on: - main workflow_dispatch: # Allow manual triggering +permissions: + contents: read + packages: read + # Cancels all previous workflow runs for the same branch that have not yet completed. concurrency: # The concurrency group contains the workflow name and the branch name.