Skip to content

Commit 882e547

Browse files
authored
Rename NUGET_USER secret to NUGET_USERNAME
1 parent dadb0b4 commit 882e547

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@ jobs:
2929
package-version: ${{ inputs.package-version || (github.ref_type == 'tag' && github.ref_name) || format('0.0.0-ci-{0}', github.sha) }}
3030
secrets:
3131
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
32-
NUGET_USER: ${{ secrets.NUGET_USER }}
32+
NUGET_USERNAME: ${{ secrets.NUGET_USERNAME }}
3333
DISCORD_WEBHOOK: ${{ secrets.DISCORD_WEBHOOK }}

0 commit comments

Comments
 (0)