From f5b42c951381f57156d8c474bb09ff9942d0b187 Mon Sep 17 00:00:00 2001 From: Bladesheng Date: Fri, 28 Feb 2025 19:10:07 +0100 Subject: [PATCH] add deployments write permissions to ci --- .github/workflows/release.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 7058c24..12853c7 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -16,6 +16,10 @@ jobs: job-1: name: Build and deploy runs-on: ubuntu-latest + + permissions: + contents: read + deployments: write steps: - uses: actions/checkout@v4