mirror of
https://github.com/GTNewHorizons/GTNH-Actions-Workflows.git
synced 2026-09-01 11:57:32 +02:00
Make secrets available
Makes CURSEFORGE_TOKEN and MODRINTH_TOKEN available to the release workflow
This commit is contained in:
committed by
Jason Mitchell
parent
53f139919c
commit
1a279bf1a8
@@ -10,6 +10,10 @@ on:
|
||||
required: false
|
||||
MAVEN_PASSWORD:
|
||||
required: false
|
||||
CURSEFORGE_TOKEN:
|
||||
required: false
|
||||
MODRINTH_TOKEN:
|
||||
required: false
|
||||
inputs:
|
||||
workspace:
|
||||
description: 'setupCIWorkspace/setupDecompWorkspace'
|
||||
|
||||
Reference in New Issue
Block a user