File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 58
58
shell : pwsh
59
59
- name : Push to MyGet
60
60
env :
61
- NUGET_URL : https://www.myget.org/F/luckypennysoftware/api/v3 /index.json
62
- NUGET_API_KEY : ${{ secrets.MYGET_API_KEY }}
61
+ NUGET_URL : https://f.feedz.io/lucky-penny-software/automapper/nuget /index.json
62
+ NUGET_API_KEY : ${{ secrets.FEEDZIO_ACCESS_TOKEN }}
63
63
run : ./Push.ps1
64
64
shell : pwsh
65
65
- name : Artifacts
Original file line number Diff line number Diff line change 53
53
shell : pwsh
54
54
- name : Push to MyGet
55
55
env :
56
- NUGET_URL : https://www.myget.org/F/luckypennysoftware/api/v3 /index.json
57
- NUGET_API_KEY : ${{ secrets.MYGET_API_KEY }}
56
+ NUGET_URL : https://f.feedz.io/lucky-penny-software/automapper/nuget /index.json
57
+ NUGET_API_KEY : ${{ secrets.FEEDZIO_ACCESS_TOKEN }}
58
58
run : ./Push.ps1
59
59
shell : pwsh
60
60
- name : Push to NuGet
You can’t perform that action at this time.
0 commit comments