We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3799c95 commit 187e482Copy full SHA for 187e482
.github/workflows/buildandpublish.yml
@@ -22,14 +22,20 @@ jobs:
22
- name: Restore dependencies
23
run: dotnet restore
24
working-directory: ShuffleMOTD
25
+ env:
26
+ OBSIDIAN_SIGNING_KEY: ${{ secrets.OBBY_RSA_PRIVATE }}
27
28
- name: Build
29
run: dotnet build --configuration Release
30
31
32
33
34
- name: Publish
35
run: dotnet publish --configuration Release
36
37
38
39
40
- name: Get short SHA
41
id: vars
0 commit comments