This commit is contained in:
Earl Warren 2023-03-31 00:09:26 +02:00
parent a9b7d752f4
commit b818607d61
No known key found for this signature in database
GPG key ID: 0579CB2928A78A00
7 changed files with 1 additions and 15 deletions

View file

@ -11,8 +11,6 @@ inputs:
description: 'Tag of the release'
sha:
description: 'SHA of the release'
doer:
description: 'Forgejo user authoring the upload'
token:
description: 'Forgejo application token'
required: true
@ -49,7 +47,6 @@ runs:
if test -z "$TAG"; then
export TAG="${{ github.ref_name }}"
fi
export DOER="${{ inputs.doer }}"
export TOKEN="${{ inputs.token }}"
if test -z "$TOKEN"; then
export TOKEN="${{ secrets.GITHUB_TOKEN }}"