We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb098a3 commit 8a9fd66Copy full SHA for 8a9fd66
1 file changed
.github/workflows/store.yml
@@ -7,10 +7,12 @@ on:
7
8
jobs:
9
build:
10
- uses: shopware/github-actions/.github/workflows/store-release.yml@main
11
- with:
12
- extensionName: ${{ github.event.repository.name }}
13
- secrets:
14
- clientId: ${{ secrets.SHOPWARE_CLI_ACCOUNT_CLIENT_ID }}
15
- clientSecret: ${{ secrets.SHOPWARE_CLI_ACCOUNT_CLIENT_SECRET }}
16
- ghToken: ${{ secrets.GITHUB_TOKEN }}
+ runs-on: ubuntu-latest
+ steps:
+ - name: Release Extension to Store
+ uses: shopware/github-actions/store-release@main
+ with:
+ extensionName: ${{ github.event.repository.name }}
+ clientId: ${{ secrets.SHOPWARE_CLI_ACCOUNT_CLIENT_ID }}
17
+ clientSecret: ${{ secrets.SHOPWARE_CLI_ACCOUNT_CLIENT_SECRET }}
18
+ ghToken: ${{ secrets.GITHUB_TOKEN }}
0 commit comments