diff --git a/.github/workflows/check-dist.yml b/.github/workflows/check-dist.yml index 21bcd10..3e1880b 100644 --- a/.github/workflows/check-dist.yml +++ b/.github/workflows/check-dist.yml @@ -4,6 +4,8 @@ # For our project, we generate this file through a build process from other source files. # We need to make sure the checked-in `index.js` actually matches what we expect it to be. name: Check dist/ +permissions: + contents: read on: push: diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a85fb07..90e30ff 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -1,4 +1,6 @@ name: "Test" +permissions: + contents: read on: pull_request: workflow_dispatch: