Add web ext key and secret in workflow

This commit is contained in:
2025-11-11 14:26:41 +01:00
parent f7cb4da37c
commit 948de12bc5
2 changed files with 29 additions and 19 deletions

View File

@@ -20,4 +20,7 @@ jobs:
- name: Checkout repo
uses: actions/checkout@v5
- name: Deploy project
env:
WEB_EXT_API_KEY: ${{ vars.WEB_EXT_API_KEY }}
WEB_EXT_API_SECRET: ${{ secrets.WEB_EXT_API_SECRET }}
run: make deploy