Skip to content

Addon Download Test

Addon Download Test #2

name: Addon Download Test
on:
workflow_dispatch:
jobs:
test:
name: Download XPI
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Node.js environment
uses: actions/setup-node@v4
with:
node-version: lts/*
- name: Install dependencies
run: npm ci
- name: Download XPI
run: node dev/download_xpi.mjs
env:
WEB_EXT_API_KEY: ${{ secrets.WEB_EXT_API_KEY }}
WEB_EXT_API_SECRET: ${{ secrets.WEB_EXT_API_SECRET }}