Skip to content

Commit bbb315c

Browse files
committed
notify
1 parent cc86d93 commit bbb315c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/component-library-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565

6666
- name: Notify Eyes of Push
6767
run: |
68-
curl -L -d '' -X POST "$APPLITOOLS_SERVER_URL/api/externals/github/push?apiKey=$APPLITOOLS_API_KEY&CommitSha=$APPLITOOLS_BATCH_ID&BranchName=$GITHUB_REPOSITORY/$GITHUB_REF_NAME&ParentBranchName=staging"
68+
curl -L -d '' -X POST "$APPLITOOLS_SERVER_URL/api/externals/github/push?apiKey=${{ secrets.APPLITOOLS_API_KEY }}&CommitSha=${{ env.APPLITOOLS_BATCH_ID }}&BranchName=${{ github.repository }}/${{ github.ref_name }}&ParentBranchName=staging"
6969
7070
- name: Setup Frontend
7171
uses: ./.github/actions/frontend/setup

0 commit comments

Comments
 (0)