Skip to content

Commit 80cbab6

Browse files
committed
Fix .build-and-publish.yml
1 parent d527923 commit 80cbab6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/.build-and-publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,8 @@ jobs:
5959
env:
6060
NUGET_PACKAGES: ${{ github.workspace }}/.nuget/packages
6161
MORYX_COMMERCIAL_BUILD: true
62+
secrets:
63+
myget_auth_token: ${{ secrets.MYGET_TOKEN }}
6264
steps:
6365
- uses: actions/checkout@v4
6466

0 commit comments

Comments
 (0)