File tree Expand file tree Collapse file tree 1 file changed +11
-8
lines changed
Expand file tree Collapse file tree 1 file changed +11
-8
lines changed Original file line number Diff line number Diff line change @@ -56,11 +56,14 @@ jobs:
5656 ${{env.AWSL_SRC_ZIP}}
5757 ${{env.AWSL_LAYER_ZIP}}
5858
59- # # temp comment out this until test passed
60- # - name: dispatch "infrastructure-lambda-api"
61- # uses: peter-evans/repository-dispatch@v1
62- # with:
63- # token: ${{ env.GITHUB_PUSH_TOKEN }}
64- # repository: interscript/infrastructure-lambda-api
65- # event-type: ${{ github.repository }}
66- # client-payload: '{ "workflow": "on-api-release.yml", "interscript_api_tag_name": "${{env.RELEASE_TAG_NAME}}", "interscript_version": "${{env.INTERSCRIPT_VERSION}}" }'
59+ - name : dispatch "infrastructure-lambda-api"
60+ uses : peter-evans/repository-dispatch@v1
61+ with :
62+ token : ${{ env.GITHUB_PUSH_TOKEN }}
63+ repository : interscript/infrastructure-lambda-api
64+ event-type : ${{ github.repository }}
65+ client-payload : >-
66+ {
67+ "workflow": "on-api-release.yml",
68+ "interscript_api_tag_name": "${{env.RELEASE_TAG_NAME}}"
69+ }
You can’t perform that action at this time.
0 commit comments