Skip to content

add curseforge API key. #3

add curseforge API key.

add curseforge API key. #3

Workflow file for this run

name: Publish
on:
push:
tags:
- '*'
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout addon
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Wago
uses: BigWigsMods/packager@v2.3.1
env:
WAGO_API_TOKEN: ${{ secrets.WAGO_API_TOKEN }}
CF_API_KEY: ${{ secrets.CURSEFORGE_API_KEY }}