Skip to content

Commit

Permalink
fix: add extension key to e2e ci workflow so screenshots work
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanewood committed Aug 6, 2024
1 parent 0cf23b2 commit d957367
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/e2e_testing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,9 @@ jobs:
- name: Remove onboarding video
run: |
rm -fv ./dist/images/core-ext-hero-hq.webm
- name: Add extension key to manifest file
run: |
echo $(cat ./dist/manifest.json | jq '.key = "${{ secrets.EXTENSION_PUBLIC_KEY }}"') > ./dist/manifest.json
- name: Generate a zip
run: yarn zip
- name: Output extension file version before renaming
Expand Down

0 comments on commit d957367

Please sign in to comment.