Skip to content

Commit dd28e9d

Browse files
committed
ci(publish): Update NuGet API key secret reference
1 parent 2e2c9d8 commit dd28e9d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ jobs:
228228
for f in publish/*.nupkg; do
229229
echo "Pushing $f …"
230230
dotnet nuget push "$f" \
231-
--api-key ${{ secrets.NUGET_API_KEY }} \
231+
--api-key ${{ secrets.EIGHTBOT_NUGET_APIKEY }} \
232232
--source https://api.nuget.org/v3/index.json \
233233
--skip-duplicate
234234
done
@@ -239,7 +239,7 @@ jobs:
239239
[ -f "$f" ] || continue
240240
echo "Pushing symbol package $f …"
241241
dotnet nuget push "$f" \
242-
--api-key ${{ secrets.NUGET_API_KEY }} \
242+
--api-key ${{ secrets.EIGHTBOT_NUGET_APIKEY }} \
243243
--source https://api.nuget.org/v3/index.json \
244244
--skip-duplicate
245245
done

0 commit comments

Comments
 (0)