Skip to content

Submit to Web Store #13

Submit to Web Store

Submit to Web Store #13

Workflow file for this run

name: "Submit to Web Store"
on:
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: zerosecrets/github-actions/token-to-secrets@main
id: zero
with:
zero-token: ${{ secrets.ZERO_TOKEN }}
apis: Store keys
caller-name: CI/CD
- uses: actions/checkout@v3
- name: Cache pnpm modules
uses: actions/cache@v3
with:
path: ~/.pnpm-store
key: ${{ runner.os }}-${{ hashFiles('**/pnpm-lock.yaml') }}
restore-keys: |
${{ runner.os }}-
- uses: pnpm/action-setup@v2.2.4
with:
version: latest
run_install: true
- name: Use Node.js 16.x
uses: actions/setup-node@v3.4.1
with:
node-version: 16.x
cache: "pnpm"
- name: Build the extension
run: pnpm build
- name: Package the extension into a zip artifact
run: pnpm package
- name: Browser Platform Publish
uses: PlasmoHQ/bpp@v3
with:
keys: ${{ SUBMIT_KEYS }}

Check failure on line 40 in .github/workflows/submit.yml

View workflow run for this annotation

GitHub Actions / Submit to Web Store

Invalid workflow file

The workflow is not valid. .github/workflows/submit.yml (Line: 40, Col: 17): Unrecognized named-value: 'SUBMIT_KEYS'. Located at position 1 within expression: SUBMIT_KEYS .github/workflows/submit.yml (Line: 42, Col: 13): A sequence was not expected
artifact:
- build/chrome-mv3-prod.zip
- build/firefox-mv2-prod.zip