File tree Expand file tree Collapse file tree 2 files changed +40
-38
lines changed Expand file tree Collapse file tree 2 files changed +40
-38
lines changed Original file line number Diff line number Diff line change 25
25
# Allow the workflow to be triggered by other workflows
26
26
workflow_call :
27
27
# Define the input parameters for the workflow:
28
- inputs :
29
- pull_request_number :
30
- description : ' PR number'
31
- required : true
32
- type : number
33
- # Define the secrets accessible by the workflow:
34
- secrets :
35
- STDLIB_BOT_GITHUB_TOKEN :
36
- description : ' GitHub token for stdlb-bot'
37
- required : true
38
- REPO_GITHUB_TOKEN :
39
- description : ' GitHub token for accessing the repository'
40
- required : true
41
- STDLIB_BOT_GPG_PRIVATE_KEY :
42
- description : ' GPG private key for stdlb-bot'
43
- required : true
44
- STDLIB_BOT_GPG_PASSPHRASE :
45
- description : ' GPG passphrase for stdlb-bot'
46
- required : true
28
+ inputs :
29
+ pull_request_number :
30
+ description : ' PR number'
31
+ required : true
32
+ type : number
33
+
34
+ # Define the secrets accessible by the workflow:
35
+ secrets :
36
+ STDLIB_BOT_GITHUB_TOKEN :
37
+ description : ' GitHub token for stdlb-bot'
38
+ required : true
39
+ REPO_GITHUB_TOKEN :
40
+ description : ' GitHub token for accessing the repository'
41
+ required : true
42
+ STDLIB_BOT_GPG_PRIVATE_KEY :
43
+ description : ' GPG private key for stdlb-bot'
44
+ required : true
45
+ STDLIB_BOT_GPG_PASSPHRASE :
46
+ description : ' GPG passphrase for stdlb-bot'
47
+ required : true
47
48
48
49
# Workflow jobs:
49
50
jobs :
Original file line number Diff line number Diff line change 25
25
# Allow the workflow to be triggered by other workflows
26
26
workflow_call :
27
27
# Define the input parameters for the workflow:
28
- inputs :
29
- pull_request_number :
30
- description : ' PR number'
31
- required : true
32
- type : number
33
- # Define the secrets accessible by the workflow:
34
- secrets :
35
- STDLIB_BOT_GITHUB_TOKEN :
36
- description : ' GitHub token for stdlb-bot'
37
- required : true
38
- REPO_GITHUB_TOKEN :
39
- description : ' GitHub token for accessing the repository'
40
- required : true
41
- STDLIB_BOT_GPG_PRIVATE_KEY :
42
- description : ' GPG private key for stdlb-bot'
43
- required : true
44
- STDLIB_BOT_GPG_PASSPHRASE :
45
- description : ' GPG passphrase for stdlb-bot'
46
- required : true
28
+ inputs :
29
+ pull_request_number :
30
+ description : ' PR number'
31
+ required : true
32
+ type : number
33
+
34
+ # Define the secrets accessible by the workflow:
35
+ secrets :
36
+ STDLIB_BOT_GITHUB_TOKEN :
37
+ description : ' GitHub token for stdlb-bot'
38
+ required : true
39
+ REPO_GITHUB_TOKEN :
40
+ description : ' GitHub token for accessing the repository'
41
+ required : true
42
+ STDLIB_BOT_GPG_PRIVATE_KEY :
43
+ description : ' GPG private key for stdlb-bot'
44
+ required : true
45
+ STDLIB_BOT_GPG_PASSPHRASE :
46
+ description : ' GPG passphrase for stdlb-bot'
47
+ required : true
47
48
48
49
# Workflow jobs:
49
50
jobs :
You can’t perform that action at this time.
0 commit comments