diff --git a/.github/workflows/private-dataminer-cicd-nugetsolution.yml b/.github/workflows/private-dataminer-cicd-nugetsolution.yml index d7b71b9..2dcec38 100644 --- a/.github/workflows/private-dataminer-cicd-nugetsolution.yml +++ b/.github/workflows/private-dataminer-cicd-nugetsolution.yml @@ -16,9 +16,9 @@ on: # A workflow run is made up of one or more jobs that can run sequentially or in parallel jobs: - # Note: Tagging will push the nupackage to nuget.org using the provided NUGETAPIKEY. You can tag both a prerelease version (a.b.c-xxxx) or a stable release (a.b.c). CICD: + permissions: write-all uses: SkylineCommunications/_ReusableWorkflows/.github/workflows/NuGet Solution Master Workflow.yml@main with: referenceName: ${{ github.ref_name }}