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 0197ec0 commit dbab572Copy full SHA for dbab572
.github/workflows/publish.yml
@@ -13,6 +13,8 @@ env:
13
jobs:
14
validate:
15
uses: ./.github/workflows/validate.yml
16
+ secrets:
17
+ WINSTRUMENTA_E2E_SSH_PRIVATE_KEY: ${{ secrets.WINSTRUMENTA_E2E_SSH_PRIVATE_KEY }}
18
19
release-preparation:
20
runs-on: windows-2022
.github/workflows/validate.yml
@@ -8,6 +8,9 @@ on:
8
branches:
9
- main
10
workflow_call:
11
12
+ WINSTRUMENTA_E2E_SSH_PRIVATE_KEY:
+ required: true
check_formatting:
0 commit comments