File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66 source-path :
77 description : " Path to the config store root directory"
88 required : true
9+ api-token :
10+ description : " Optional GitHub token with read access to the action repository (contents/actions)."
11+ required : false
12+ default : " "
913 target-env :
1014 description : " Target environment label (e.g. draft/int/prod)"
1115 required : true
2731 - name : Resolve and download ddb-publish bundle
2832 shell : bash
2933 env :
30- GH_TOKEN : ${{ github.token }}
34+ GH_TOKEN : ${{ inputs.api-token || github.token }}
3135 CALLER_REPO : ${{ github.repository }}
3236 ACTION_REPO : ${{ github.action_repository }}
3337 ACTION_REF : ${{ github.action_ref }}
Original file line number Diff line number Diff line change 66 source-path :
77 description : " Path to the config store root directory"
88 required : true
9+ api-token :
10+ description : " Optional GitHub token with read access to the action repository (contents/actions)."
11+ required : false
12+ default : " "
913 event-bus-arn :
1014 description : " ARN of event bus to publish to. Not required if dry-run is specified"
1115 required : false
2024 - name : Resolve and download eventbridge-publish bundle
2125 shell : bash
2226 env :
23- GH_TOKEN : ${{ github.token }}
27+ GH_TOKEN : ${{ inputs.api-token || github.token }}
2428 CALLER_REPO : ${{ github.repository }}
2529 ACTION_REPO : ${{ github.action_repository }}
2630 ACTION_REF : ${{ github.action_ref }}
You can’t perform that action at this time.
0 commit comments