Skip to content

Commit

Permalink
Update Repo with Addon Info
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Aug 24, 2024
1 parent 4f76c41 commit 031e3c1
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 7 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ on:
types:
- completed
workflow_dispatch:
# schedule:
# - cron: '0 */3 * * *'
schedule:
- cron: '0 */3 * * *'

jobs:
pull_and_upload_files:
Expand All @@ -33,8 +33,8 @@ jobs:
- name: Run Main Script
run: python main.py
env:
ADDON_NAME: ADDON_NAME_HERE
ADDON_ID: ADDON_ID_HERE
ADDON_NAME: demodal
ADDON_ID: 631280
SCRAPER_API_KEY: ${{ env.SCRAPER_API_KEY }}
CF_API_TOKEN: ${{ env.CF_API_TOKEN }}

Expand Down
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Curseforge Mirror Template
# DeModal Mirror

This is a python script plus Github Action to generate a release every period of time for addons that aren't yet transitioned to Github.
This is a mirror of nezroy's DeModal

This specific repo does nothing but acts as a template to build upon!
- [Curseforge URL](https://www.curseforge.com/wow/addons/demodal)

----

To open a ticket related to this repository, please do so on [this repository](https://github.com/curseforge-mirror/.github)

0 comments on commit 031e3c1

Please sign in to comment.