Skip to content

feat: expose checkPointerConsistency function and implement parallel fetching #343

feat: expose checkPointerConsistency function and implement parallel fetching

feat: expose checkPointerConsistency function and implement parallel fetching #343

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@feat/support-custom-libs-tags

Check failure on line 15 in .github/workflows/build-and-publish.yml

View workflow run for this annotation

GitHub Actions / build and publish

Invalid workflow file

error parsing called workflow ".github/workflows/build-and-publish.yml" -> "decentraland/platform-actions/.github/workflows/libs-build-and-publish.yml@feat/support-custom-libs-tags" : failed to fetch workflow: reference to workflow should be either a valid branch, tag, or commit
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 }}