Skip to content

feat: add info about Security updates for installed version (#247) #293

feat: add info about Security updates for installed version (#247)

feat: add info about Security updates for installed version (#247) #293

Workflow file for this run

name: Build extension
on:
workflow_dispatch:
push:
branches:
- main
jobs:
build:
uses: FriendsOfShopware/actions/.github/workflows/store-shopware-cli.yml@main
with:
extensionName: ${{ github.event.repository.name }}
secrets:
accountUser: ${{ secrets.ACCOUNT_USER }}
accountPassword: ${{ secrets.ACCOUNT_PASSWORD }}
ghToken: ${{ secrets.GITHUB_TOKEN }}