using key directly (#1058)

This commit is contained in:
Eddy Nakamura 2020-08-12 12:16:50 -03:00 committed by GitHub
parent 6c00fdbaab
commit 2f5d302447
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 3 deletions

View File

@ -35,8 +35,6 @@ jobs:
path: '**/bin/**/*.*nupkg'
- name: Publish MyGet
env:
MYGET_TOKEN: ${{ secrets.MYGET_TOKEN }}
run: |
nuget setApiKey $MYGET_TOKEN
nuget setApiKey ${{ secrets.MYGET_TOKEN }}
nuget push **/bin/**/*.nupkg -Source https://www.myget.org/F/opentelemetry/api/v2/package