Skip to content

Commit 8a9fd66

Browse files
authored
ci: update GitHub Actions workflow for store release (#2)
1 parent bb098a3 commit 8a9fd66

1 file changed

Lines changed: 9 additions & 7 deletions

File tree

.github/workflows/store.yml

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,12 @@ on:
77

88
jobs:
99
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 }}
10+
runs-on: ubuntu-latest
11+
steps:
12+
- name: Release Extension to Store
13+
uses: shopware/github-actions/store-release@main
14+
with:
15+
extensionName: ${{ github.event.repository.name }}
16+
clientId: ${{ secrets.SHOPWARE_CLI_ACCOUNT_CLIENT_ID }}
17+
clientSecret: ${{ secrets.SHOPWARE_CLI_ACCOUNT_CLIENT_SECRET }}
18+
ghToken: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)