Skip to content

Commit 30e3f08

Browse files
committed
Enable dispatch "infrastructure-lambda-api"
1 parent 692f387 commit 30e3f08

File tree

1 file changed

+11
-8
lines changed

1 file changed

+11
-8
lines changed

.github/workflows/on-release.yml

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff 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+
}

0 commit comments

Comments
 (0)