diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2a83baea1..5a5f6c435 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -377,6 +377,8 @@ jobs: TS_NODE_COMPILER_OPTIONS: '{"module": "commonjs"}' publish-apps-release: + permissions: + contents: write runs-on: ubuntu-latest if: ${{ github.event_name == 'release' || github.event_name == 'schedule' }} needs: [check-format, check-types, check-typos, build-test-web, prepare-json-files, build-test-apps]