Skip to content

Commit

Permalink
comment api expiry
Browse files Browse the repository at this point in the history
  • Loading branch information
Konstantin committed Sep 9, 2024
1 parent 3d4d61b commit 75eb33c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nuget_package_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Nuget push ChronoJsonDiffPatch
working-directory: "JsonPatchDocumentExtensionDataAdapter/JsonPatchDocumentExtensionDataAdapter"
# token: https://github.com/Hochfrequenz/JsonPatchDocumentExtensionDataAdapter/settings/secrets/actions/NUGET_ORG_PUSH_TOKEN
# expires 2024-02-02
# expires 2025-09-09
run: |
nuget setApiKey ${{ secrets.NUGET_ORG_PUSH_TOKEN }}
nuget push .\bin\Release\*.nupkg -Source https://api.nuget.org/v3/index.json -SkipDuplicate -NoSymbols

0 comments on commit 75eb33c

Please sign in to comment.