Make secrets available

Makes CURSEFORGE_TOKEN and MODRINTH_TOKEN available to the release workflow
This commit is contained in:
Jason Mitchell
2022-10-09 14:20:10 -07:00
committed by Jason Mitchell
parent 53f139919c
commit 1a279bf1a8

View File

@@ -10,6 +10,10 @@ on:
required: false
MAVEN_PASSWORD:
required: false
CURSEFORGE_TOKEN:
required: false
MODRINTH_TOKEN:
required: false
inputs:
workspace:
description: 'setupCIWorkspace/setupDecompWorkspace'