We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 475eb18 commit a620578Copy full SHA for a620578
1 file changed
.github/workflows/build.yml
@@ -26,6 +26,10 @@ jobs:
26
# For a list of available runner types, refer to
27
# https://help.github.com/en/actions/reference/workflow-syntax-for-github-actions#jobsjob_idruns-on
28
29
+ permissions:
30
+ # Write access is required to publish artifacts as Github Releases
31
+ contents: write
32
+
33
env:
34
Solution_Name: .\src\MigratePackagesConfigToPackageReferences.sln
35
0 commit comments