Skip to content

Commit a620578

Browse files
committed
Added write permissions in build pipeline
1 parent 475eb18 commit a620578

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@ jobs:
2626
# For a list of available runner types, refer to
2727
# https://help.github.com/en/actions/reference/workflow-syntax-for-github-actions#jobsjob_idruns-on
2828

29+
permissions:
30+
# Write access is required to publish artifacts as Github Releases
31+
contents: write
32+
2933
env:
3034
Solution_Name: .\src\MigratePackagesConfigToPackageReferences.sln
3135

0 commit comments

Comments
 (0)