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 7fdc549 commit 7d5d620Copy full SHA for 7d5d620
.github/workflows/build.yaml
@@ -7,6 +7,11 @@ on:
7
required: false
8
type: boolean
9
default: false
10
+ secrets:
11
+ DS_RELEASE_BOT_ID:
12
+ required: true
13
+ DS_RELEASE_BOT_PRIVATE_KEY:
14
15
16
jobs:
17
build_and_package:
.github/workflows/test.yaml
@@ -8,3 +8,6 @@ jobs:
uses: ./.github/workflows/build.yaml
with:
release: true
+ DS_RELEASE_BOT_ID: ${{ DS_RELEASE_BOT_ID }}
+ DS_RELEASE_BOT_PRIVATE_KEY: ${{ DS_RELEASE_BOT_PRIVATE_KEY }}
0 commit comments