Skip to content

feat/MSSDK-2032: Fix the code quality issues with HIGH severity in mediastore-sdk #1264

feat/MSSDK-2032: Fix the code quality issues with HIGH severity in mediastore-sdk

feat/MSSDK-2032: Fix the code quality issues with HIGH severity in mediastore-sdk #1264

Workflow file for this run

name: Prepare feature package
on:
pull_request:
types: [opened, synchronize]
jobs:
publish:
uses: ./.github/workflows/call-publish.yml
permissions:
contents: read
packages: write
with:
access: restricted
registry: npm.pkg.github.com
scope: '@cleeng'
branch: ${{ github.head_ref }}
secrets:
TOKEN: ${{ secrets.GITHUB_TOKEN }}