Skip to content

Commit

Permalink
Add key
Browse files Browse the repository at this point in the history
  • Loading branch information
zsrdjan committed Jun 14, 2024
1 parent 9ba9ca1 commit 4e986e9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,9 @@ jobs:
shell: pwsh
- name: Push to MyGet
env:
NUGET_URL: https://www.myget.org/F/TODO/api/v3/index.json
NUGET_API_KEY: ${{ secrets.MYGET_FRAKTALIO_CI_API_KEY }}
NUGET_URL: https://api.nuget.org/v3/index.json
NUGET_API_KEY: 'oy2mlcmlgtdjtbncugbazitxsd2y3k2exc7msotuh7s6au'
##NUGET_API_KEY: ${{ secrets.NUGET_FRAKTALIO_CI_API_KEY }}
run: ./Push.ps1
shell: pwsh
- name: Artifacts
Expand Down

0 comments on commit 4e986e9

Please sign in to comment.