File tree 1 file changed +0
-10
lines changed
1 file changed +0
-10
lines changed Original file line number Diff line number Diff line change 20
20
required : false
21
21
default : false
22
22
type : boolean
23
- workflow_origin : # see https://github.com/awslabs/aws-lambda-powertools-python/issues/1349
24
- required : true
25
- type : string
26
- secrets :
27
- token :
28
- required : true
29
23
30
24
jobs :
31
25
publish-docs :
32
- # see https://github.com/awslabs/aws-lambda-powertools-python/issues/1349
33
- if : ${{ inputs.workflow_origin == 'awslabs/aws-lambda-powertools-typescript' }}
34
26
runs-on : ubuntu-latest
35
27
steps :
36
28
- name : Checkout code
37
29
uses : actions/checkout@v3
38
30
with :
39
- # Here `token` is needed to avoid incurring in error GH006 Protected Branch Update Failed,
40
- token : ${{ secrets.token }}
41
31
# While `fetch-depth` is used to allow the workflow to later commit & push the changes.
42
32
fetch-depth : 0
43
33
- name : Setup NodeJS
You can’t perform that action at this time.
0 commit comments