Skip to content

Commit d0f7934

Browse files
authored
ci: Update GitHub Actions workflow to use latest actions (#4)
1 parent e43d0f1 commit d0f7934

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/store-info.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Checkout code
13-
uses: actions/checkout@v4
13+
uses: actions/checkout@v6
1414
- name: Install shopware-cli
15-
uses: shopware/shopware-cli-action@v1
15+
uses: shopware/shopware-cli-action@v3
1616
- name: Build
1717
shell: bash
1818
run: shopware-cli account producer extension info push .
1919
env:
20-
SHOPWARE_CLI_ACCOUNT_EMAIL: ${{ secrets.ACCOUNT_USER }}
21-
SHOPWARE_CLI_ACCOUNT_PASSWORD: ${{ secrets.ACCOUNT_PASSWORD }}
20+
SHOPWARE_CLI_ACCOUNT_CLIENT_ID: ${{ secrets.SHOPWARE_CLI_ACCOUNT_CLIENT_ID }}
21+
SHOPWARE_CLI_ACCOUNT_CLIENT_SECRET: ${{ secrets.SHOPWARE_CLI_ACCOUNT_CLIENT_SECRET }}

0 commit comments

Comments
 (0)