Skip to content

Commit 021a979

Browse files
committed
Added missing permission to github actions
1 parent d3e6e2c commit 021a979

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build-publish-nuget.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ on:
1717

1818
jobs:
1919
build:
20+
permissions: write-all
2021
runs-on: ubuntu-latest
2122
env:
2223
DOTNET_VERSION: 9.0.x
@@ -31,8 +32,10 @@ jobs:
3132
uses: actions/setup-dotnet@v1
3233
with:
3334
dotnet-version: ${{ env.DOTNET_VERSION }}
35+
3436
- name: Cake Frosting Build and Push NuGet
3537
run: dotnet run --project ${{ github.workspace }}/build/Build.csproj -- --srcDirectoryPath=${{ env.SRC_DIRECTORY_PATH_LIB }} --nugetVersion=${{ env.NUGET_VERSION }} --pushNuget=${{ env.PUSH_NUGET }} --nugetPushToken=${{ secrets.NUGET_PUSH_TOKEN }}
38+
3639
- name: Create Release
3740
id: create_release
3841
uses: actions/create-release@v1

0 commit comments

Comments
 (0)