We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0549684 commit 1f33d45Copy full SHA for 1f33d45
.github/workflows/deploy-sandbox.yaml
@@ -7,7 +7,7 @@ env:
7
CFN_TEMPLATES_BUCKET: firetail-sandbox-us-east-1-cf-templates
8
CFN_TEMPLATES_BUCKET_REGION: us-east-1
9
APP_NAME: aws-appsync-logging-lambda
10
- SEMANTIC_VERSION: 1.2.2
+ SEMANTIC_VERSION: 1.2.3
11
name: Deploy to Sandbox
12
run-name: "@${{ github.triggering_actor }}: ${{ github.ref_name }}: ${{ github.event_name }}"
13
on:
template.yaml
@@ -37,7 +37,7 @@ Resources:
37
Timeout: 60
38
Environment:
39
Variables:
40
- FIRETAIL_API:
+ FIRETAIL_API_URL:
41
Ref: FTAPI
42
FIRETAIL_APP_TOKEN:
43
Ref: FTAPPKEY
0 commit comments