Skip to content

Commit 246bfad

Browse files
committed
Set permissions to write-all to see if that fixes the issue in github actions
1 parent 80135d4 commit 246bfad

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/update-conf-2024-build-deployment-packages.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88
jobs:
99
build-and-publish:
1010
runs-on: ubuntu-latest
11+
permissions: write-all
1112
env:
1213
CONFIGURATION: Release
1314
DOTNET_VERSION: 8.x.x

0 commit comments

Comments
 (0)