diff --git a/.github/workflows/npm-build-and-compile.yml b/.github/workflows/npm-build-and-compile.yml index 51c4c1a..c266195 100644 --- a/.github/workflows/npm-build-and-compile.yml +++ b/.github/workflows/npm-build-and-compile.yml @@ -1,5 +1,8 @@ name: NodeJS Build and Compile +permissions: + contents: read + actions: write on: push: branches: ["main"]