diff --git a/.github/workflows/release-production-core.yml b/.github/workflows/release-production-core.yml index e6e45eeb15..eeeeae2cab 100644 --- a/.github/workflows/release-production-core.yml +++ b/.github/workflows/release-production-core.yml @@ -6,6 +6,8 @@ on: jobs: build: runs-on: ubuntu-latest + permissions: + contents: write steps: - uses: actions/checkout@v4 - uses: pnpm/action-setup@v4 diff --git a/.github/workflows/release-production-pipeline.yml b/.github/workflows/release-production-pipeline.yml index 3842500d04..c7736ae68e 100644 --- a/.github/workflows/release-production-pipeline.yml +++ b/.github/workflows/release-production-pipeline.yml @@ -5,6 +5,9 @@ on: branches: [main] workflow_dispatch: +permissions: + contents: write + jobs: plugins: uses: ./.github/workflows/release-production-platform-plugins.yml