Skip to content

feat: expose checkPointerConsistency function and implement parallel fetching #345

feat: expose checkPointerConsistency function and implement parallel fetching

feat: expose checkPointerConsistency function and implement parallel fetching #345

name: build and publish
on:
push:
branches:
- master
pull_request:
release:
types:
- created
- prereleased
jobs:
build-publish:
uses: decentraland/platform-actions/.github/workflows/libs-build-and-publish.yml@main
with:
custom-tag: pr-${{ github.event.pull_request.number }}
branch-to-custom-tag: ${{ github.head_ref }}
secrets:
SDK_TEAM_S3_BUCKET: ${{ secrets.SDK_TEAM_S3_BUCKET }}
GITLAB_TOKEN: ${{ secrets.GITLAB_TOKEN }}
GITLAB_URL: ${{ secrets.GITLAB_URL }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
SDK_TEAM_AWS_ID: ${{ secrets.SDK_TEAM_AWS_ID }}
SDK_TEAM_AWS_SECRET: ${{ secrets.SDK_TEAM_AWS_SECRET }}
SDK_TEAM_S3_BASE_URL: ${{ secrets.SDK_TEAM_S3_BASE_URL }}
SDK_TEAM_AWS_REGION: ${{ secrets.SDK_TEAM_AWS_REGION }}