From df74b783fc5ea24b30046f64412bec244c2a03c0 Mon Sep 17 00:00:00 2001 From: frederik5480 Date: Thu, 25 Apr 2024 10:21:30 +0200 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index d13b05b..21c1b67 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -6,6 +6,12 @@ on: jobs: call-pushworkflow: + permissions: + actions: write + checks: write + contents: read + pull-requests: write + statuses: read uses: dynamicweb/Common.Actions/.github/workflows/common-nuget-push.yml@main secrets: NUGETAPI: ${{secrets.NUGETAPI}}