Skip to content

Commit 3323fd9

Browse files
committed
Add instruction for next time the nuget token is expired
1 parent 36b007a commit 3323fd9

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/workflows/publish.yaml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,10 @@ jobs:
2626
- name: Nuget publish
2727
# skip-duplicate ensures that the 409 error received when the package was already published,
2828
# will just issue a warning and won't have the GH action fail.
29-
# NUGET_PUBLISH_TOKEN_TASKSEQ is valid until approx. 8 Nov 2023 and will need to be updated by then.
30-
# do so under https://github.com/fsprojects/FSharp.Control.TaskSeq/settings/secrets/actions
31-
# select button "Add repository secret" or update the existing one under "Repository secrets"
29+
# NUGET_PUBLISH_TOKEN_TASKSEQ is valid until approx. 11 Dec 2024 and will need to be updated by then:
30+
# - log in to Nuget.org using 'abelbraaksma' admin account and then refresh the token in Nuget
31+
# - copy the token
32+
# - go to https://github.com/fsprojects/FSharp.Control.TaskSeq/settings/secrets/actions
33+
# - select button "Add repository secret" or update the existing one under "Repository secrets"
34+
# - rerun the job
3235
run: dotnet nuget push packages\FSharp.Control.TaskSeq.*.nupkg --source https://api.nuget.org/v3/index.json --api-key ${{ secrets.NUGET_PUBLISH_TOKEN_TASKSEQ }} --skip-duplicate

0 commit comments

Comments
 (0)