Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
acodili-jg authored Jul 28, 2023
1 parent c85f9e3 commit 1bd7f2f
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/actions/publish/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ inputs:
changelog:
description: Changelog
required: false
default: ''
modrinth_token:
description: Modrinth Token
required: false
default: ''

runs:
using: composite
Expand All @@ -24,6 +29,6 @@ runs:
shell: bash
env:
MODRINTH_CHANGELOG: ${{ inputs.changelog }}
MODRINTH_TOKEN: ${{ secrets.MODRINTH_TOKEN }}
MODRINTH_TOKEN: ${{ inputs.modrinth_token }}
MODRINTH_VERSION_MODIFIER: ${{ inputs.version_modifier }}
MODRINTH_VERSION_TYPE: ${{ inputs.version_type }}

0 comments on commit 1bd7f2f

Please sign in to comment.