Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
aserstobitov committed Feb 27, 2024
2 parents 70f0cf9 + 4df51d2 commit 8193181
Showing 1 changed file with 18 additions and 6 deletions.
24 changes: 18 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,21 @@ permissions:
packages: write

jobs:
build:
uses: shopware/github-actions/.github/workflows/build-docker-image.yml@main
with:
bun-version: '1.0.22'
secrets:
ghToken: ${{ secrets.GITHUB_TOKEN }}
run:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v4

- name: Install Shopware-CLI
uses: FriendsOfShopware/shopware-cli-action@v1

- name: Generate jwt-private
run: echo "$(shopware-cli project generate-jwt --env)"

# build:
# uses: shopware/github-actions/.github/workflows/build-docker-image.yml@main
# with:
# bun-version: '1.0.22'
# secrets:
# ghToken: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 8193181

Please sign in to comment.