From 6ac22e481eef5aba8d7280222799d89be36aa482 Mon Sep 17 00:00:00 2001 From: Kevin Kupski Date: Tue, 7 Apr 2026 08:12:13 +0200 Subject: [PATCH] fix(deployment-status): CI permissions --- .github/workflows/deployment-status.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deployment-status.yaml b/.github/workflows/deployment-status.yaml index 53db175..e153e98 100644 --- a/.github/workflows/deployment-status.yaml +++ b/.github/workflows/deployment-status.yaml @@ -1,4 +1,4 @@ -name: 'deployment-status' +name: "deployment-status" on: # rebuild any PRs and main branch changes pull_request: push: @@ -17,6 +17,10 @@ jobs: test: # make sure the action works on a clean machine without building runs-on: ubuntu-latest + + permissions: + contents: read + deployments: write steps: - uses: actions/checkout@v2 - uses: ./deployment-status/