Skip to content

Commit 7c10b63

Browse files
committed
ci: specify secrets in reusable workflows
1 parent cb3f1c7 commit 7c10b63

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

.github/workflows/wc-acceptance-test.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,15 @@ on:
77
flavor:
88
required: true
99
type: string
10+
secrets:
11+
TEST_GITHUB_TOKEN:
12+
required: true
13+
TEST_GITHUB_USER:
14+
required: true
15+
TEST_GITHUB_PASSWORD:
16+
required: true
17+
TEST_GITHUB_TOTP_SECRET:
18+
required: true
1019

1120
concurrency:
1221
group: ${{ github.workflow }}

.github/workflows/wc-build-push-test.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,15 @@ on:
88
required: false
99
type: boolean
1010
default: true
11+
secrets:
12+
TEST_GITHUB_TOKEN:
13+
required: true
14+
TEST_GITHUB_USER:
15+
required: true
16+
TEST_GITHUB_PASSWORD:
17+
required: true
18+
TEST_GITHUB_TOTP_SECRET:
19+
required: true
1120

1221
permissions:
1322
contents: read

0 commit comments

Comments
 (0)