Skip to content

Commit dc16218

Browse files
authored
fix: syntax for passing in secrets
1 parent 2fefb94 commit dc16218

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
1717
productNamespacePrefix: "Splat"
1818
useVisualStudioPreview: false
1919
useMauiCheckDotNetTool: false
20+
secrets:
2021
SIGN_CLIENT_USER_ID: ${{ secrets.SIGN_CLIENT_USER_ID }}
2122
SIGN_CLIENT_SECRET: ${{ secrets.SIGN_CLIENT_SECRET }}
2223
SIGN_CLIENT_CONFIG: ${{ secrets.SIGN_CLIENT_CONFIG }}

0 commit comments

Comments
 (0)