Skip to content

Commit cea6a97

Browse files
committed
Switching to feedz.io
1 parent 831ad64 commit cea6a97

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@ jobs:
5858
shell: pwsh
5959
- name: Push to MyGet
6060
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 }}
6363
run: ./Push.ps1
6464
shell: pwsh
6565
- name: Artifacts

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ jobs:
5353
shell: pwsh
5454
- name: Push to MyGet
5555
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 }}
5858
run: ./Push.ps1
5959
shell: pwsh
6060
- name: Push to NuGet

0 commit comments

Comments
 (0)