Skip to content

Commit

Permalink
ci(semantic-release-whmcs): review env vars for v23
Browse files Browse the repository at this point in the history
  • Loading branch information
KaiSchwarz-cnic authored Aug 19, 2024
1 parent 406363b commit 31cbd8c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/semantic-release-whmcs-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ jobs:
WHMCSMP_PASSWORD: ${{ secrets.WHMCSMP_PASSWORD }}
WHMCSMP_PRODUCTID: ${{ vars.WHMCSMP_PRODUCTID }}
WHMCSMP_MINVERSION: ${{ vars.WHMCSMP_MINVERSION }}
PUPPETEER_CHROME_SKIP_DOWNLOAD: 'false'
PUPPETEER_CHROME_HEADLESS_SHELL_SKIP_DOWNLOAD: 'false'
PUPPETEER_FIREFOX_SKIP_DOWNLOAD: 'true'
DEBUG: ${{ vars.DEBUG }}
run: npm run test

Expand Down Expand Up @@ -68,4 +71,4 @@ jobs:
secrets: inherit
permissions:
contents: write
pull-requests: write
pull-requests: write

0 comments on commit 31cbd8c

Please sign in to comment.