Add script to check Firefox release candidates and notify via Discord

This commit is contained in:
mr. M
2025-01-13 22:46:48 +01:00
parent e0ea3b5866
commit 98c5f0efb7
2 changed files with 88 additions and 5 deletions

View File

@@ -13,13 +13,9 @@ jobs:
- name: Check out repository
uses: actions/checkout@v2
- name: Fetch JSON Response
run: |
curl -s "https://hg.mozilla.org/releases/mozilla-release/json-tags" > rc-response.json
- name: Check for any updates
env:
DISCORD_WEBHOOK_URL: ${{ secrets.DISCORD_WEBHOOK_URL }}
DISCORD_PING_IDS: ${{ secrets.DISCORD_PING_IDS }}
run: |
python3 scripts/check-rc-response.py || true
python3 scripts/check_rc_response.py || true