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 cc86d93 commit bbb315cCopy full SHA for bbb315c
.github/workflows/component-library-ci.yml
@@ -65,7 +65,7 @@ jobs:
65
66
- name: Notify Eyes of Push
67
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"
+ 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"
69
70
- name: Setup Frontend
71
uses: ./.github/actions/frontend/setup
0 commit comments