Skip to content

Commit f4d0758

Browse files
authored
Merge pull request #35 from unoplatform/dev/jela/sign2
ci: Adjust nuget auth
2 parents b42114a + dd1d135 commit f4d0758

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/actions/nuget-uno-publish/action.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ runs:
2424
shell: pwsh
2525
env:
2626
FEED_ENDPOINT: https://pkgs.dev.azure.com/uno-platform/1dd81cbd-cb35-41de-a570-b0df3571a196/_packaging/unoplatformdev/nuget/v3/index.json
27-
VSS_NUGET_EXTERNAL_FEED_ENDPOINTS: >-
28-
{"endpointCredentials":[{"endpoint":"https://pkgs.dev.azure.com/uno-platform/1dd81cbd-cb35-41de-a570-b0df3571a196/_packaging/unoplatformdev/nuget/v3/index.json","username":"az","password":"${{ inputs.token }}"}]}
27+
NUGET_AUTH_TOKEN: ${{ inputs.token }}
2928
run: |
30-
dotnet nuget push artifacts/*.nupkg --source $env:FEED_ENDPOINT --api-key az --skip-duplicate
29+
dotnet nuget push artifacts/*.nupkg --source $env:FEED_ENDPOINT --api-key AzureDevOps --skip-duplicate

0 commit comments

Comments
 (0)