diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8b2cd245..7849132e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,6 +14,8 @@ on: jobs: clean-code-stage: runs-on: ubuntu-latest + permissions: + contents: read env: NODE_OPTIONS: "--max_old_space_size=8192" diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 41f2159b..8d7d1072 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -11,6 +11,10 @@ jobs: release: name: Release runs-on: ubuntu-latest + permissions: + pull-requests: write + contents: write + deployments: write environment: production env: NODE_OPTIONS: "--max_old_space_size=8192"