Skip to content

Commit

Permalink
Merge pull request #79 from reside-eng/PLAT-8233-add-deps-stats
Browse files Browse the repository at this point in the history
feat: add dep stats support
  • Loading branch information
skydiator authored Nov 6, 2024
2 parents 614edc8 + 16be467 commit 101dadd
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/release_library.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,10 @@ on:
secrets:
NPM_PUBLISH_TOKEN:
required: true
NPM_READ_TOKEN:
required: true
CI_SERVICE_ACCOUNT:
required: true
#Secret needed when ENABLE_VISUAL_TESTING = true:
# - SIDE_CI_APPLICATION_ID
# - SIDE_CI_APPLICATION_PRIVATE_KEY
Expand Down Expand Up @@ -187,6 +191,17 @@ jobs:
env:
GH_TOKEN: ${{ steps.get-workflow-token.outputs.token }}

check-dependencies:
name: check-dependencies
uses: reside-eng/workflow-templates/.github/workflows/check-nodejs-dependencies.yml@v10
with:
WORKFLOW_NAME: check-dependencies
ENV: stage
GIT_REF: ''
secrets:
NPM_READ_TOKEN: ${{ secrets.NPM_READ_TOKEN }}
CI_SERVICE_ACCOUNT: ${{ secrets.CI_SERVICE_ACCOUNT }}

notification:
if: always() && inputs.ENABLE_SLACK_NOTIFICATION
name: notification
Expand Down

0 comments on commit 101dadd

Please sign in to comment.