Skip to content

Commit 187e482

Browse files
committed
Add signing key to build
1 parent 3799c95 commit 187e482

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/buildandpublish.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,20 @@ jobs:
2222
- name: Restore dependencies
2323
run: dotnet restore
2424
working-directory: ShuffleMOTD
25+
env:
26+
OBSIDIAN_SIGNING_KEY: ${{ secrets.OBBY_RSA_PRIVATE }}
2527

2628
- name: Build
2729
run: dotnet build --configuration Release
2830
working-directory: ShuffleMOTD
31+
env:
32+
OBSIDIAN_SIGNING_KEY: ${{ secrets.OBBY_RSA_PRIVATE }}
2933

3034
- name: Publish
3135
run: dotnet publish --configuration Release
3236
working-directory: ShuffleMOTD
37+
env:
38+
OBSIDIAN_SIGNING_KEY: ${{ secrets.OBBY_RSA_PRIVATE }}
3339

3440
- name: Get short SHA
3541
id: vars

0 commit comments

Comments
 (0)