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 cb3f1c7 commit 7c10b63Copy full SHA for 7c10b63
.github/workflows/wc-acceptance-test.yml
@@ -7,6 +7,15 @@ on:
7
flavor:
8
required: true
9
type: string
10
+ secrets:
11
+ TEST_GITHUB_TOKEN:
12
+ required: true
13
+ TEST_GITHUB_USER:
14
15
+ TEST_GITHUB_PASSWORD:
16
17
+ TEST_GITHUB_TOTP_SECRET:
18
19
20
concurrency:
21
group: ${{ github.workflow }}
.github/workflows/wc-build-push-test.yml
@@ -8,6 +8,15 @@ on:
required: false
type: boolean
default: true
permissions:
22
contents: read
0 commit comments