diff --git a/.github/workflows/semver-check.yaml b/.github/workflows/semver-check.yaml index 6527b6435..e3ae757bf 100644 --- a/.github/workflows/semver-check.yaml +++ b/.github/workflows/semver-check.yaml @@ -10,6 +10,6 @@ jobs: steps: - name: Comment id: comment - uses: adobe/github-semantic-release-comment-action@master + uses: adobe-rnd/github-semantic-release-comment-action@master with: repo-token: ${{ secrets.GITHUB_TOKEN }} diff --git a/packages/spacecat-shared-data-access/src/index.d.ts b/packages/spacecat-shared-data-access/src/index.d.ts index ed2f45347..45b74db61 100644 --- a/packages/spacecat-shared-data-access/src/index.d.ts +++ b/packages/spacecat-shared-data-access/src/index.d.ts @@ -242,7 +242,9 @@ export interface DataAccess { siteId: string, ) => Promise; getSites: () => Promise; - getSitesByDeliveryType: () => Promise; + getSitesByDeliveryType: ( + deliveryType: string, + ) => Promise; getSitesToAudit: () => Promise; getSitesWithLatestAudit: ( auditType: string,