Skip to content

chore/MSSDK-2141: update packages to solve dependabot's reported vulnerabilities #1337

chore/MSSDK-2141: update packages to solve dependabot's reported vulnerabilities

chore/MSSDK-2141: update packages to solve dependabot's reported vulnerabilities #1337

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 }}