Remove quote around env var GITHUB_TOKEN

This commit is contained in:
firelight flagboy 2023-06-14 08:11:29 +02:00 committed by Firelight Flagboy
parent 5cc1361c2e
commit 27c7640127
No known key found for this signature in database
GPG key ID: 68B1A0BE74D11762

View file

@ -50,7 +50,7 @@ inputs:
description: "Specifies whether this release should be set as the latest release for the repository. Drafts and prereleases cannot be set as latest. Can be `true`, `false`, or `legacy`. Uses GitHub api default if not provided"
required: false
env:
"GITHUB_TOKEN": "As provided by Github Actions"
GITHUB_TOKEN: "As provided by Github Actions"
outputs:
url:
description: "URL to the Release HTML Page"