Skip to content

Commit

Permalink
update secret
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarfgp committed Oct 16, 2023
1 parent 72d5226 commit 3a0dbc9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ permissions: write-all
jobs:
build:
runs-on: ubuntu-latest
environment: nuget
environment: GeoblockingMiddleware
env:
SLN_FILE: GeoblockingMiddleware.sln
steps:
Expand Down Expand Up @@ -52,4 +52,4 @@ jobs:
path: nupkgs/
- name: Push
run: |
dotnet nuget push "nupkgs/*.nupkg" -s https://api.nuget.org/v3/index.json -k ${{ secrets.NUGET_TOKEN }} --skip-duplicate
dotnet nuget push "nupkgs/*.nupkg" -s https://api.nuget.org/v3/index.json -k ${{ secrets.GEOBLOCKINGMIDDLEWARE_NUGET_TOKEN }} --skip-duplicate

0 comments on commit 3a0dbc9

Please sign in to comment.