From d58edbae4913fd9664f5416af26a5fa97975cde5 Mon Sep 17 00:00:00 2001 From: frederik5480 Date: Thu, 25 Apr 2024 10:06:02 +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}}