Skip to content

Commit 7d5d620

Browse files
committed
chore(ci): pass in secrets to build workflow
1 parent 7fdc549 commit 7d5d620

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.github/workflows/build.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ on:
77
required: false
88
type: boolean
99
default: false
10+
secrets:
11+
DS_RELEASE_BOT_ID:
12+
required: true
13+
DS_RELEASE_BOT_PRIVATE_KEY:
14+
required: true
1015

1116
jobs:
1217
build_and_package:

.github/workflows/test.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,6 @@ jobs:
88
uses: ./.github/workflows/build.yaml
99
with:
1010
release: true
11+
secrets:
12+
DS_RELEASE_BOT_ID: ${{ DS_RELEASE_BOT_ID }}
13+
DS_RELEASE_BOT_PRIVATE_KEY: ${{ DS_RELEASE_BOT_PRIVATE_KEY }}

0 commit comments

Comments
 (0)