diff --git a/action.yaml b/action.yaml index 15a9802..4a338d7 100644 --- a/action.yaml +++ b/action.yaml @@ -16,5 +16,5 @@ runs: GITEA_REPOSITORY: ${{ gitea.repository }} RELEASE_VERSION: ${{ inputs.RELEASE_VERSION }} RELEASE_INDEX: ${{ inputs.RELEASE_INDEX }} - RUNNER_TOKEN: ${{ secrets.RUNNER_TOKEN }} + RUNNER_TOKEN: ${{ inputs.RUNNER_TOKEN || ${{ secrets.GITEA_TOKEN }} || secrets.RUNNER_TOKEN }} NUGET_AUTHOR: ${{ gitea.repository_owner }} \ No newline at end of file